Added push to Google Play as a release step (#4912)

* t1

* Only run on tag

* Added Google Play service account

* t3 - now with correct signing location

* whatsNewDirectory

* This is just to test if the automatic upload to Google Play is working

* Removed Android SDK

not sure it's needed for android build and signing

* Returned branch to master

Should be final!
This commit is contained in:
Yair Morgenstern
2021-08-20 01:11:41 +03:00
committed by GitHub
parent cb1c70f73b
commit cd1a25aeb3
3 changed files with 89 additions and 34 deletions

View File

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.4.30"
const val appName = "Unciv"
const val appCodeNumber = 610
const val appVersion = "3.16.5"
const val appCodeNumber = 611
const val appVersion = "3.16.5-googlePlayPushTest"
const val gdxVersion = "1.10.0"
const val roboVMVersion = "2.3.1"