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"?>
<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"

View file

@ -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 {

View file

@ -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'