Skip to content

Commit

Permalink
v2.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <saveau.alexandre@gmail.com>
  • Loading branch information
SUPERCILEX committed Feb 26, 2020
1 parent a9a6bee commit 5d5664a
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 @@ -120,7 +120,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "2.7.1"
id("com.github.triplet.play") version "2.7.2"
}
```

Expand All @@ -131,7 +131,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '2.7.1'
id 'com.github.triplet.play' version '2.7.2'
}
```

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

0 comments on commit 5d5664a

Please sign in to comment.