]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update target SDK in Android manifest and update gradle version.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 May 2018 08:36:30 +0000 (10:36 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 20 May 2018 09:03:15 +0000 (11:03 +0200)
Downgrade support libraries since the newer
ones are far too crash-happy.

AndroidManifest.xml
build.gradle

index 647d12df21cd89d7a52c0f736336bbe1029a421b..4bab5be6c591f5777b316ed28742fa77bf613e7e 100644 (file)
@@ -7,7 +7,7 @@
 
     <uses-sdk
         android:minSdkVersion="10"
 
     <uses-sdk
         android:minSdkVersion="10"
-        android:targetSdkVersion="25" />
+        android:targetSdkVersion="26" />
 
     <uses-feature
         android:name="android.hardware.touchscreen"
 
     <uses-feature
         android:name="android.hardware.touchscreen"
index f31f2bac80637a044e1b5d42b660b7ebd74a0385..4b7a6e1ba68f94c480676daecff481c10aca8465 100644 (file)
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.1.1'
+        classpath 'com.android.tools.build:gradle:3.1.2'
     }
 }
 
     }
 }
 
@@ -18,8 +18,8 @@ configurations {
     smallicu
 }
 dependencies {
     smallicu
 }
 dependencies {
-    implementation 'com.android.support:appcompat-v7:25.4.0'
-    implementation 'com.android.support:design:25.4.0'
+    implementation 'com.android.support:appcompat-v7:25.3.1'
+    implementation 'com.android.support:design:25.3.1'
     // Note: you can just replace "smallicu" by implementation
     // and remove the "compile files" part if you do not
     // care about the size of the apk
     // Note: you can just replace "smallicu" by implementation
     // and remove the "compile files" part if you do not
     // care about the size of the apk