diff --git a/.travis.yml b/.travis.yml index 192982ac41..7288f8efdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/android/build.gradle b/android/build.gradle index f4cf1953b6..baf76d8578 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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