hi all, do you use, or have any recommendation for...
# multiplatform
a
hi all, do you use, or have any recommendation for, any gradle plugins or CI/CD to automate publishing of the apps to Play store/ App store?
j
For Android we use https://github.com/Triple-T/gradle-play-publisher, for iOS Fastlane, IIRC.
👍 1
e
fastlane works for both android and ios
👍 1
2
s
There are also plenty of GitHub Actions to do this job like https://github.com/r0adkll/sign-android-release & https://github.com/r0adkll/upload-google-play I found no good Gradle plugins to do that. Fastlane is a way to go, but its harder to setup than deploying GitHub Actions. On the other hand, it does not depend on GitHub and there are Fastlane GitHub Actions.
👍 1
h
Fastlane/Jenkins
👍 1
a
Thank you all for your recommendations, will have a look 🙂