diff --git a/Android/app/app.iml b/Android/app/app.iml
index efa5b85e..693d732d 100644
--- a/Android/app/app.iml
+++ b/Android/app/app.iml
@@ -71,8 +71,8 @@
-
-
+
+
@@ -88,10 +88,10 @@
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/Android/app/build.gradle b/Android/app/build.gradle
index 665ff4ee..2fce3f97 100644
--- a/Android/app/build.gradle
+++ b/Android/app/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 21
+ compileSdkVersion 23
buildToolsVersion "21.1.2"
signingConfigs {
release {
@@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 10
- targetSdkVersion 21
+ targetSdkVersion 23
versionCode 6
versionName "1.0.3"
ndk {
@@ -37,5 +37,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:21.0.0'
+ compile 'com.android.support:appcompat-v7:23.1.0'
}