It's similar to #157 but now Android Studio 2.2 is already at RC2.
I also want to thank you for your library, this has been very useful.
It seems that it happened after buildToolsVersion upgrade. I was able to release my app yesterday but today, after some tweaks and version upgrades, I am missing release task
OS X
Android Studio: 2.1.3
buildToolsVersion '24.0.2'
Gradle 2.14.1
Android Gradle plugin 2.1.3
Since yesterday I only upgraded build tools (23.x.x) and Gradle plugin
I can confirm that the gradle update from 2.1.3 to 2.2.0 (as the now released Android Studio 2.2 suggests) removes the two tasks:
bootstrapReleasePlayResources
generateReleasePlayResources
publishApkRelease
publishListingRelease
publishRelease
bootstrapReleasePlayResources
generateReleasePlayResources
publishListingRelease
+1
+1
+1
+1
Solved by updating 'com.github.triplet.gradle:play-publisher:1.1.4' to 1.1.5.
Gradle version is 2.2.0
I think this is a dupe of #145
Most helpful comment
+1
Solved by updating 'com.github.triplet.gradle:play-publisher:1.1.4' to 1.1.5.
Gradle version is 2.2.0