Skip to content

Commit 19dc9a6

Browse files
committed
v3.8.6
1 parent af3724b commit 19dc9a6

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
@@ -125,7 +125,7 @@ through the `plugins {}` DSL:
125125
```kt
126126
plugins {
127127
id("com.android.application")
128-
id("com.github.triplet.play") version "3.8.5"
128+
id("com.github.triplet.play") version "3.8.6"
129129
}
130130
```
131131

@@ -136,7 +136,7 @@ plugins {
136136
```groovy
137137
plugins {
138138
id 'com.android.application'
139-
id 'com.github.triplet.play' version '3.8.5'
139+
id 'com.github.triplet.play' version '3.8.6'
140140
}
141141
```
142142

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.5
1+
3.8.6

0 commit comments

Comments
 (0)