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"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="dev.lonami.klooni" >
|
||||
package="dev.lonami.klooni"
|
||||
android:installLocation="auto">
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
//noinspection MinSdkTooLow
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 29
|
||||
versionCode 840
|
||||
versionName "0.8.4"
|
||||
versionCode 850
|
||||
versionName "0.8.5"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -18,7 +18,7 @@ buildscript {
|
|||
allprojects {
|
||||
apply plugin: "eclipse"
|
||||
|
||||
version = '0.8.4'
|
||||
version = '0.8.5'
|
||||
ext {
|
||||
appName = "1010! Klooni"
|
||||
gdxVersion = '1.9.10'
|
||||
|
|
Loading…
Reference in a new issue