Hopefully fixed Google Play release

This commit is contained in:
yairm210
2021-09-26 14:58:11 +03:00
parent 9b2c39321c
commit 8b5f198577
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"