diff --git a/Android/.idea/compiler.xml b/Android/.idea/compiler.xml
index 1f2af519..96cc43ef 100644
--- a/Android/.idea/compiler.xml
+++ b/Android/.idea/compiler.xml
@@ -11,6 +11,7 @@
+
diff --git a/Android/.idea/copyright/deadc0de_org.xml b/Android/.idea/copyright/deadc0de_org.xml
deleted file mode 100644
index f70821ba..00000000
--- a/Android/.idea/copyright/deadc0de_org.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Android/.idea/gradle.xml b/Android/.idea/gradle.xml
index 494ac839..58992cc7 100644
--- a/Android/.idea/gradle.xml
+++ b/Android/.idea/gradle.xml
@@ -6,7 +6,6 @@
-
-
-
-
-
-
-
-
-
- Spelling
-
-
-
-
- Spelling
-
-
-
-
-
@@ -56,38 +34,10 @@
-
+
-
-
-
-
- deadc0de.org
-
-
-
-
-
-
-
-
-
-
-
- Android API 21 Platform
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Android/Android.iml b/Android/Android.iml
index 3a188e20..5f3e3107 100644
--- a/Android/Android.iml
+++ b/Android/Android.iml
@@ -13,7 +13,7 @@
-
+
\ No newline at end of file
diff --git a/Android/app/app.iml b/Android/app/app.iml
index 1d61f8f0..2b16fa9f 100644
--- a/Android/app/app.iml
+++ b/Android/app/app.iml
@@ -64,14 +64,6 @@
-
-
-
-
-
-
-
-
@@ -80,35 +72,39 @@
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file
diff --git a/Android/app/build.gradle b/Android/app/build.gradle
index 006351b6..2af5b20d 100644
--- a/Android/app/build.gradle
+++ b/Android/app/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion "21.1.2"
+ compileSdkVersion 24
+ buildToolsVersion "24"
signingConfigs {
release {
storeFile file("release2.keystore")
@@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 10
- targetSdkVersion 23
+ targetSdkVersion 24
versionCode 18
versionName "1.1.8"
ndk {
@@ -37,5 +37,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:23.3.0'
+ compile 'com.android.support:appcompat-v7:24.0.0'
}
diff --git a/Android/build.gradle b/Android/build.gradle
index f6e90731..e220f0b8 100644
--- a/Android/build.gradle
+++ b/Android/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.1.0'
+ classpath 'com.android.tools.build:gradle:2.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files