During the migration to #AGP9, I noticed that the (Triple-T) Gradle Play Publisher plugin is now in maintenance mode. We currently use it to publish an app to the Play Store from our CI pipeline. Even though there’s already a pull request to make the plugin compatible with AGP 9.0, I’m not entirely comfortable relying on it long-term. Do you know of any good alternatives? How do you typically publish an Android app to the Play Store from CI?

#Android #AndroidDev #Gradle #PlayStore

@svenjacobs https://fastlane.tools/ has a steep learning curve but it's very robust and easy to maintain in the long term
fastlane - App automation done right

fastlane
@LeonOmelan Yes, fastlane just came to my mind. I used it for a while many years ago.
@svenjacobs @LeonOmelan I'll second the suggestion of fastlane, it's what I use to publish my app and I've had very few issues with it. I run it in GitHub actions personally