Skip to content

Commit 68b1758

Browse files
committed
v3.6.0
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent 22a1375 commit 68b1758

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ through the `plugins {}` DSL:
123123
```kt
124124
plugins {
125125
id("com.android.application")
126-
id("com.github.triplet.play") version "3.5.0"
126+
id("com.github.triplet.play") version "3.6.0"
127127
}
128128
```
129129

@@ -134,7 +134,7 @@ plugins {
134134
```groovy
135135
plugins {
136136
id 'com.android.application'
137-
id 'com.github.triplet.play' version '3.5.0'
137+
id 'com.github.triplet.play' version '3.6.0'
138138
}
139139
```
140140

version.txt

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

0 commit comments

Comments
 (0)