Im trying to configure gradle-play-publisher in my project, I have configured play block in build.gradle(Module: app), here\'s my build.gradle(Module:app):
Looks like the task is not found in the root project. Have you tried
./gradlew app:publishApkRelease
instead?
Btw, you can run
./gradlew tasks
to see all the available tasks.