Skip to content

Commit

Permalink
v3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX committed Nov 16, 2023
1 parent af3724b commit 19dc9a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "3.8.5"
id("com.github.triplet.play") version "3.8.6"
}
```

Expand All @@ -136,7 +136,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '3.8.5'
id 'com.github.triplet.play' version '3.8.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.5
3.8.6

0 comments on commit 19dc9a6

Please sign in to comment.