mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Hopefully fixed Google Play release
This commit is contained in:
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
./gradlew :android:assembleRelease
|
||||
|
||||
- name: Sign AAB for Google Play upload
|
||||
uses: r0adkll/sign-android-release@v1
|
||||
uses: r0adkll/sign-android-release@v1.0.15
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
with:
|
||||
releaseDirectory: android/build/outputs/bundle/release
|
||||
|
@ -3,7 +3,7 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.5.30"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 630
|
||||
const val appCodeNumber = 631
|
||||
const val appVersion = "3.17.2"
|
||||
|
||||
const val gdxVersion = "1.10.0"
|
||||
|
Reference in New Issue
Block a user