Skip to content

Commit 1ffbeae

Browse files
author
Christian DeTamble
committed
Version 2018.9
* Fixed audio bugs * Improved button behaviors * Optimized for latest Android versions * Optimized for tablets
1 parent e4b9c93 commit 1ffbeae

File tree

24 files changed

+343
-166
lines changed

24 files changed

+343
-166
lines changed

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:allowBackup="true"
2929
android:hardwareAccelerated="true"
3030
android:isGame="true"
31-
android:icon="@drawable/ic_launcher"
31+
android:icon="@mipmap/ic_launcher"
3232
android:label="@string/app_name"
3333
android:theme="@style/GdxTheme">
3434
<activity

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
android {
2-
buildToolsVersion '26.0.3'
3-
compileSdkVersion 26
2+
buildToolsVersion '27.0.3'
3+
compileSdkVersion 27
44
sourceSets {
55
main {
66
manifest.srcFile 'AndroidManifest.xml'
@@ -17,9 +17,9 @@ android {
1717
defaultConfig {
1818
applicationId "at.therefactory.jewelthief"
1919
minSdkVersion 8
20-
targetSdkVersion 26
21-
versionCode 114
22-
versionName '2018.3'
20+
targetSdkVersion 27
21+
versionCode 117
22+
versionName '2018.9'
2323
}
2424
}
2525
/*
-6.64 KB
Binary file not shown.
-3.81 KB
Binary file not shown.
-8.84 KB
Binary file not shown.
-18 KB
Binary file not shown.
-23.8 KB
Binary file not shown.
6.86 KB
Loading
3.42 KB
Loading
9 KB
Loading

0 commit comments

Comments
 (0)