mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
Better APK name for releases
This commit is contained in:
parent
670f255511
commit
8c71e782a7
@ -48,7 +48,7 @@ deploy:
|
|||||||
- deploy/Unciv-Windows32.zip
|
- deploy/Unciv-Windows32.zip
|
||||||
- deploy/Unciv-Windows64.zip
|
- deploy/Unciv-Windows64.zip
|
||||||
- deploy/linuxFilesForJar.zip
|
- deploy/linuxFilesForJar.zip
|
||||||
- android/build/outputs/apk/release/android-release-unsigned.apk
|
- android/build/outputs/apk/release/Unciv-release-unsigned.apk
|
||||||
on:
|
on:
|
||||||
repo: yairm210/Unciv
|
repo: yairm210/Unciv
|
||||||
tags: true
|
tags: true
|
||||||
|
@ -23,6 +23,8 @@ android {
|
|||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 337
|
versionCode 337
|
||||||
versionName "3.3.6"
|
versionName "3.3.6"
|
||||||
|
|
||||||
|
archivesBaseName = "Unciv"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user