Created
June 29, 2020 08:06
-
-
Save iniyanmurugavel/816dc1de6938eeeac4ffa22a62ed4926 to your computer and use it in GitHub Desktop.
Apk publish automation useful links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://console.developers.google.com/apis/credentials?project=api-5298280870467023733-962021 | |
| https://proandroiddev.com/how-to-automate-google-play-store-releases-c4c2a4b19435 | |
| https://unicorn-utterances.com/posts/travis-ci-for-android/#Part-B-Dummy-files | |
| https://proandroiddev.com/change-language-programmatically-at-runtime-on-android-5e6bc15c758 | |
| $ git tag -a v1.4 -m "my version 1.4" | |
| $ git tag | |
| Useful Links | |
| ./gradlew publishApkRelease | |
| https://github.com/Triple-T/gradle-play-publisher | |
| #useful sites | |
| test compare | |
| json editor | |
| https://proandroiddev.com/how-to-automate-google-play-store-releases-c4c2a4b19435 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment