removing animated progress bar submodule
This commit is contained in:
parent
e1ffe3b7fb
commit
54115b55b0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
|||||||
[submodule "Bonsai"]
|
[submodule "Bonsai"]
|
||||||
path = Bonsai
|
path = Bonsai
|
||||||
url = https://github.com/anthonycr/Bonsai.git
|
url = https://github.com/anthonycr/Bonsai.git
|
||||||
[submodule "AnimatedProgressBar"]
|
|
||||||
path = AnimatedProgressBar
|
|
||||||
url = https://github.com/anthonycr/AnimatedProgressBar.git
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c23593345996115c44305aab9780a7d4c307896a
|
|
@ -101,7 +101,7 @@ dependencies {
|
|||||||
|
|
||||||
compile project(':bonsai')
|
compile project(':bonsai')
|
||||||
|
|
||||||
compile project(':animated-progress-bar')
|
compile 'com.anthonycr.progress:animated-progress:1.0'
|
||||||
|
|
||||||
// memory leak analysis
|
// memory leak analysis
|
||||||
def leakCanaryVersion = '1.5'
|
def leakCanaryVersion = '1.5'
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
include ':app'
|
include ':app'
|
||||||
include ':bonsai'
|
include ':bonsai'
|
||||||
include ':animated-progress-bar'
|
|
||||||
|
|
||||||
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')
|
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')
|
||||||
project(':animated-progress-bar').projectDir = new File(rootProject.projectDir, 'AnimatedProgressBar/library')
|
|
Loading…
x
Reference in New Issue
Block a user