]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Switch Util to a git submodule.
[Dictionary.git] / build.gradle
index d4600c6e9e901daba2fb858e54970b604ce3241c..40671727b56e161133e5da8c297839706fb279dd 100644 (file)
@@ -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