Skip to content

Commit d2a50e3

Browse files
committed
v2.6.1
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent d3ad1f8 commit d2a50e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ through the `plugins {}` DSL:
110110
```kt
111111
plugins {
112112
id("com.android.application")
113-
id("com.github.triplet.play") version "2.6.0"
113+
id("com.github.triplet.play") version "2.6.1"
114114
}
115115
```
116116

@@ -121,7 +121,7 @@ plugins {
121121
```groovy
122122
plugins {
123123
id 'com.android.application'
124-
id 'com.github.triplet.play' version '2.6.0'
124+
id 'com.github.triplet.play' version '2.6.1'
125125
}
126126
```
127127

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0-SNAPSHOT
1+
2.6.1

0 commit comments

Comments
 (0)