From 97c679ada3461e676f65bd4c3258302ee5a44a51 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 10 Jun 2014 01:23:24 +0200 Subject: import-log: add SuperToast external library --- .gitmodules | 3 +++ OpenKeychain/build.gradle | 3 +++ extern/SuperToasts | 1 + settings.gradle | 1 + 4 files changed, 8 insertions(+) create mode 160000 extern/SuperToasts diff --git a/.gitmodules b/.gitmodules index 572293f94..ca014e4dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "extern/openkeychain-api-lib"] path = extern/openkeychain-api-lib url = https://github.com/open-keychain/openkeychain-api-lib.git +[submodule "extern/SuperToasts"] + path = extern/SuperToasts + url = https://github.com/open-keychain/SuperToasts.git diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index c8ef7b418..4050ac139 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -26,6 +26,7 @@ dependencies { compile project(':extern:spongycastle:pkix') compile project(':extern:spongycastle:prov') compile project(':extern:AppMsg:library') + compile project(':extern:SuperToasts:supertoasts') // Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well androidTestCompile 'junit:junit:4.10' @@ -46,6 +47,8 @@ dependencies { androidTestCompile project(':extern:spongycastle:pkix') androidTestCompile project(':extern:spongycastle:prov') androidTestCompile project(':extern:AppMsg:library') + androidTestCompile project(':extern:SuperToasts:supertoasts') + } android { diff --git a/extern/SuperToasts b/extern/SuperToasts new file mode 160000 index 000000000..e93d50cbf --- /dev/null +++ b/extern/SuperToasts @@ -0,0 +1 @@ +Subproject commit e93d50cbf06e4dd7d61d33b6435eb3e7a75a152d diff --git a/settings.gradle b/settings.gradle index b0162875a..5afd28cd3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,3 +11,4 @@ include ':extern:spongycastle:pg' include ':extern:spongycastle:pkix' include ':extern:spongycastle:prov' include ':extern:AppMsg:library' +include ':extern:SuperToasts:supertoasts' -- cgit v1.2.3