]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Update gradle version.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 8 Aug 2018 21:53:38 +0000 (23:53 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 8 Aug 2018 21:54:27 +0000 (23:54 +0200)
Also bump APK version.

AndroidManifest.xml
build.gradle

index 265e30903b42cd1ad58f5ff235a5d8ee085a77a9..5bd3ddf8cf7a477c3fca62006cc1a42b87f14db6 100644 (file)
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.hughes.android.dictionary"
     android:installLocation="auto"
-    android:versionCode="102"
-    android:versionName="5.4.7" >
+    android:versionCode="103"
+    android:versionName="5.4.8" >
 
     <uses-sdk
         android:minSdkVersion="10"
 
     <uses-sdk
         android:minSdkVersion="10"
index 12f457a5e2ef8c27f65d13b6e78b879211ed838d..435c44d9da30dd1d847796f173992f068594fd41 100644 (file)
@@ -4,7 +4,7 @@ buildscript {
         google()
     }
     dependencies {
         google()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.1.3'
+        classpath 'com.android.tools.build:gradle:3.1.4'
     }
 }
 
     }
 }