Skip to content

Instantly share code, notes, and snippets.

@iniyanmurugavel
Created June 29, 2020 08:06
Show Gist options
  • Select an option

  • Save iniyanmurugavel/816dc1de6938eeeac4ffa22a62ed4926 to your computer and use it in GitHub Desktop.

Select an option

Save iniyanmurugavel/816dc1de6938eeeac4ffa22a62ed4926 to your computer and use it in GitHub Desktop.
Apk publish automation useful links
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