mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 18:59:15 +07:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user