Better APK name for releases

This commit is contained in:
Yair Morgenstern 2019-12-07 21:15:40 +02:00
parent 670f255511
commit 8c71e782a7
2 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,7 @@ deploy:
- deploy/Unciv-Windows32.zip
- deploy/Unciv-Windows64.zip
- deploy/linuxFilesForJar.zip
- android/build/outputs/apk/release/android-release-unsigned.apk
- android/build/outputs/apk/release/Unciv-release-unsigned.apk
on:
repo: yairm210/Unciv
tags: true

View file

@ -23,6 +23,8 @@ android {
targetSdkVersion 29
versionCode 337
versionName "3.3.6"
archivesBaseName = "Unciv"
}
// Had to add this crap for Travis to build, it wanted to sign the app