Skip to content

Commit

Permalink
Make app movable to SD card (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrate authored Jul 1, 2020
1 parent 6985ae5 commit b190ffb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b190ffb

Please sign in to comment.