diff --git a/README.md b/README.md index f8d8b0719..0850b973b 100644 --- a/README.md +++ b/README.md @@ -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") } } ``` diff --git a/gradle.properties b/gradle.properties index caee4d158..bbe5ab4ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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