removing animated progress bar submodule

This commit is contained in:
anthony restaino 2017-03-20 19:41:22 -04:00
parent e1ffe3b7fb
commit 54115b55b0
4 changed files with 2 additions and 8 deletions

3
.gitmodules vendored
View File

@ -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

@ -1 +0,0 @@
Subproject commit c23593345996115c44305aab9780a7d4c307896a

View File

@ -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'

View File

@ -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')
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')