Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 22, 2020
1 parent d0b634c commit 9a6aefd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0"
id("com.github.triplet.play") version "2.7.1"
}
```

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

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object Config {
object All {
const val agp = "com.android.tools.build:gradle:4.0.0-alpha09"
const val ap =
"com.google.apis:google-api-services-androidpublisher:v3-rev20200126-1.30.8"
const val googleClient = "com.google.api-client:google-api-client:1.30.8"
"com.google.apis:google-api-services-androidpublisher:v3-rev20191202-1.30.3"
const val googleClient = "com.google.api-client:google-api-client:1.30.7"
const val guava = "com.google.guava:guava:28.2-jre"
const val jackson = "com.google.http-client:google-http-client-jackson2:1.34.2"

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

0 comments on commit 9a6aefd

Please sign in to comment.