From 8ab7f7ae50c1abbe7e4033024381a09f3c37371b Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Thu, 5 Mar 2020 23:12:54 +0200 Subject: [PATCH] Adding the unsigned apk (which doesn't seem to work out-of-the-box for most players) was causing confusion and more harm than good --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 385b56fe8e..7c15a11a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ script: ./gradlew desktop:packrLinux32; ./gradlew desktop:packrLinux64; ./gradlew desktop:zipLinuxFilesForJar; - ./gradlew android:assembleRelease; fi deploy: @@ -49,7 +48,6 @@ deploy: - deploy/Unciv-Windows32.zip - deploy/Unciv-Windows64.zip - deploy/linuxFilesForJar.zip - - android/build/outputs/apk/release/Unciv-release-unsigned.apk on: repo: yairm210/Unciv tags: true