Make app movable to SD card (#67)
This commit is contained in:
parent
6985ae58b9
commit
b190ffb6b3
3 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue