Merge pull request #540 from anthonycr/removing-submodules
Removing submodules
This commit is contained in:
commit
5af5876664
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit c23593345996115c44305aab9780a7d4c307896a
|
|
1
Bonsai
1
Bonsai
@ -1 +0,0 @@
|
|||||||
Subproject commit d47c9626c2583b09a1102a980186f9ca51bc4e29
|
|
@ -99,9 +99,9 @@ dependencies {
|
|||||||
compile "info.guardianproject.netcipher:netcipher:$netcipherVersion"
|
compile "info.guardianproject.netcipher:netcipher:$netcipherVersion"
|
||||||
compile "info.guardianproject.netcipher:netcipher-webkit:$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
|
// memory leak analysis
|
||||||
def leakCanaryVersion = '1.5'
|
def leakCanaryVersion = '1.5'
|
||||||
|
@ -1,6 +1 @@
|
|||||||
include ':app'
|
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')
|
|
Loading…
x
Reference in New Issue
Block a user