-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot upload the bundle to the play store after update the plugin to 3.4.0-agp4.2 #954
Comments
That's frustrating, someone else had pretty much the same issue but I can't reproduce it: #941. Can you also run |
Sure thing. Here is the output:
|
Now the issue is always reproducible, so if you need some additional help please let me know EDIT: |
I still can't reproduce unfortunately. :( If you're able to share a sample project of some sort that showcases the issue, that would be super helpful. |
Unfortunately, I cannot share our project. Is there any other way that we could somehow debug it and fix it? |
I guess @SUPERCILEX meant an empty project with the same configuration |
Yeah, that's what I meant. Some kind of sample project that has the bug. I have a public API key here: https://github.com/Triple-T/gradle-play-publisher/blob/master/testapp/google-play-auto-publisher.json |
Same issue here, I have tried to downgrade all I could, kotlin, android studio plugin, and it is still not working |
I had to revert it all to 3.0.0 to have it working any other version doesn't work for me |
Issue must be the following: But Newest versions of those two libs are (right now):
We can either add those lines in our buildscript dependencies or in the dependencies of this plugin (❤️). |
Can you try the snapshot builds? I'm actually using those dependencies: https://oss.sonatype.org/content/repositories/snapshots/com/github/triplet/gradle/android-publisher/3.5.0-SNAPSHOT/android-publisher-3.5.0-20210603.041601-7.pom |
that version doesn't seems compatible with Android Gradle plugin 7.0.0-beta03 |
Ah, yeah. I just updated the CI to publish snapshot builds for the |
Just tested yes it is working fine on that version 👍 |
Woo! It'll be fixed in 3.5 then. |
Will be fixed in 3.5: Triple-T/gradle-play-publisher#954
Is it supposed to be fixed with the current 3.5.0 version on apg 4.2.2 ? I still got the issue unfortunatelly |
OK so for anyone that have the same issue, you can't use:
you have to do:
|
This is a working solution indeed. |
Will be fixed in 3.5: Triple-T/gradle-play-publisher#954
Will be fixed in 3.5: Triple-T/gradle-play-publisher#954
Describe the bug
After updating the plugin to
3.4.0-agp4.2
(from3.3.0
) and Android Gradle Plugin4.2.0
(from4.1.2
) upload failed with a message:Previously(before update) it worked without any problem
How To Reproduce
run
./gradlew publishBundle --no-parallel
Versions
Tasks executed
./gradlew publishBundle --no-parallel
Expected behavior
The bundle is uploaded to play store
Additional context (if a crash, provide stack trace)
play config:
Stacktrace:
The text was updated successfully, but these errors were encountered: