Skip to content

Commit

Permalink
Prepare for beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhurling committed Oct 23, 2018
1 parent f4f43be commit b711a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ buildscript {

dependencies {
// ...
classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta1")
classpath("com.github.triplet.gradle:play-publisher:2.0.0-beta2")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.configureondemand=true
org.gradle.caching=true

GROUP=com.github.triplet.gradle
VERSION_NAME=2.0.0-beta1
VERSION_NAME=2.0.0-beta2

POM_DESCRIPTION=Gradle Plugin to upload APKs and App Bundles to the Google Play Store

Expand Down

0 comments on commit b711a59

Please sign in to comment.