diff --git a/.gitmodules b/.gitmodules index 75ddd20..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "Bonsai"] - path = Bonsai - url = https://github.com/anthonycr/Bonsai.git -[submodule "AnimatedProgressBar"] - path = AnimatedProgressBar - url = https://github.com/anthonycr/AnimatedProgressBar.git diff --git a/AnimatedProgressBar b/AnimatedProgressBar deleted file mode 160000 index c235933..0000000 --- a/AnimatedProgressBar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c23593345996115c44305aab9780a7d4c307896a diff --git a/Bonsai b/Bonsai deleted file mode 160000 index d47c962..0000000 --- a/Bonsai +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d47c9626c2583b09a1102a980186f9ca51bc4e29 diff --git a/app/build.gradle b/app/build.gradle index c7f812c..2b1e54e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,9 +99,9 @@ dependencies { compile "info.guardianproject.netcipher:netcipher:$netcipherVersion" compile "info.guardianproject.netcipher:netcipher-webkit:$netcipherVersion" - compile project(':bonsai') + compile 'com.anthonycr.bonsai:bonsai:1.0' - compile project(':animated-progress-bar') + compile 'com.anthonycr.progress:animated-progress:1.0' // memory leak analysis def leakCanaryVersion = '1.5' diff --git a/settings.gradle b/settings.gradle index 440e7fc..9d495b3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1 @@ -include ':app' -include ':bonsai' -include ':animated-progress-bar' - -project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library') -project(':animated-progress-bar').projectDir = new File(rootProject.projectDir, 'AnimatedProgressBar/library') \ No newline at end of file +include ':app' \ No newline at end of file