]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Try hack to improve pre-launch testing.
[Dictionary.git] / build.gradle
index bd8ae53c9c95e0194c92dcc0dd8734e7caa5ba65..40671727b56e161133e5da8c297839706fb279dd 100644 (file)
@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.2.2'
+        classpath 'com.android.tools.build:gradle:2.2.3'
     }
 }
 
@@ -37,7 +37,7 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {
     commandLine "./mksmallicu.sh", "${configurations.smallicu.resolve()[0]}", "$buildDir/icu4j-55.1.small.jar"
 }
 
-def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util"
+def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "Util"
 
 android {
     compileSdkVersion 25
@@ -76,6 +76,6 @@ android {
     }
     defaultConfig {
         applicationId 'de.reimardoeffinger.quickdic'
-        targetSdkVersion 22
+        targetSdkVersion 23
     }
 }