diff --git a/.gitmodules b/.gitmodules index 75ddd20..e128a6e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [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/app/build.gradle b/app/build.gradle index c7f812c..84b46c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { compile project(':bonsai') - 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..595cbb6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,4 @@ 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 +project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library') \ No newline at end of file