From 8c71e782a756851078079d03965748c42235f880 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 7 Dec 2019 21:15:40 +0200 Subject: [PATCH] Better APK name for releases --- .travis.yml | 2 +- android/build.gradle | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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