Closed ablenesi closed 3 years ago
Using this release resolves the issue: https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.4.0-agp4.2
Yup! Now that AGP 4.2 is stable, the next GPP release will require it to simplify the all the different versions.
I'm still having issues:
* What went wrong:
Could not determine the dependencies of task ':app:publishBundle'.
> Could not create task ':app:publishPushReleaseBundle'.
> com/android/build/api/artifact/SingleArtifact$BUNDLE
or
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:publishPushReleaseApk'.
> com/android/build/api/artifact/SingleArtifact$APK
Use 3.4.0-agp4.2
Thanks a lot. Using 3.4.0-agp4.2
fixes the issue.
Describe the bug
A clear and concise description of what the bug is.
Updating to the latest Android Gradle plugin causes Gradle sync error with the play publisher plugin.
How To Reproduce
Set the versions as described below, then run a Gralde task.
Versions
Tasks executed
What tasks did you run? For example,
publishBundle
. Any eg.clean
Expected behavior
A clear and concise description of what you expected to happen.
Gradle sync should not fail.
Additional context (if a crash, provide stack trace)
Add any other context about the problem here. If this bug is a crash, run the task with
--stacktrace
to get the full context.Complete error message in Android Studio
Running
./gradlew clean --stacktrace