]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Switch Util to a git submodule.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 21 Jan 2017 17:15:50 +0000 (18:15 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 21 Jan 2017 17:19:02 +0000 (18:19 +0100)
Main purpose is to ease things for F-Droid.

.gitmodules [new file with mode: 0644]
Util [new submodule]
build.gradle

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..49ad8ab
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "Util"]
+       path = Util
+       url = ../Util
diff --git a/Util b/Util
new file mode 160000 (submodule)
index 0000000..819e981
--- /dev/null
+++ b/Util
@@ -0,0 +1 @@
+Subproject commit 819e981b344df2aac43dfee495ef4ea2fc73c03a
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