Skip to content

Commit 3d81523

Browse files
committed
v3.6.0-agp4.2
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
1 parent 4f0754a commit 3d81523

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.6.0"
126+
id("com.github.triplet.play") version "3.6.0-agp4.2"
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.6.0'
137+
id 'com.github.triplet.play' version '3.6.0-agp4.2'
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
1+
3.6.0-agp4.2

0 commit comments

Comments
 (0)