We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ad1f8 commit d2a50e3Copy full SHA for d2a50e3
README.md
@@ -110,7 +110,7 @@ through the `plugins {}` DSL:
110
```kt
111
plugins {
112
id("com.android.application")
113
- id("com.github.triplet.play") version "2.6.0"
+ id("com.github.triplet.play") version "2.6.1"
114
}
115
```
116
@@ -121,7 +121,7 @@ plugins {
121
```groovy
122
123
id 'com.android.application'
124
- id 'com.github.triplet.play' version '2.6.0'
+ id 'com.github.triplet.play' version '2.6.1'
125
126
127
version.txt
@@ -1 +1 @@
1
-2.7.0-SNAPSHOT
+2.6.1
0 commit comments