Make app movable to SD card (#67)

This commit is contained in:
Atrate 2020-07-01 15:33:24 +02:00 committed by GitHub
parent 6985ae58b9
commit b190ffb6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.lonami.klooni" > package="dev.lonami.klooni"
android:installLocation="auto">
<application <application
android:allowBackup="true" android:allowBackup="true"

View file

@ -21,8 +21,8 @@ android {
//noinspection MinSdkTooLow //noinspection MinSdkTooLow
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 29 targetSdkVersion 29
versionCode 840 versionCode 850
versionName "0.8.4" versionName "0.8.5"
} }
buildTypes { buildTypes {
release { release {

View file

@ -18,7 +18,7 @@ buildscript {
allprojects { allprojects {
apply plugin: "eclipse" apply plugin: "eclipse"
version = '0.8.4' version = '0.8.5'
ext { ext {
appName = "1010! Klooni" appName = "1010! Klooni"
gdxVersion = '1.9.10' gdxVersion = '1.9.10'