moving to bonsai
This commit is contained in:
parent
dffd572afc
commit
ca385422dc
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
|||||||
path = external/netcipher
|
path = external/netcipher
|
||||||
url = https://github.com/guardianproject/NetCipher.git
|
url = https://github.com/guardianproject/NetCipher.git
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "Bonsai"]
|
||||||
|
path = Bonsai
|
||||||
|
url = https://github.com/anthonycr/Bonsai.git
|
||||||
|
1
Bonsai
Submodule
1
Bonsai
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c7c74da5e91adeb69c16b3191b6c3ff2789c57ea
|
@ -101,6 +101,8 @@ dependencies {
|
|||||||
// git submodule update --remote
|
// git submodule update --remote
|
||||||
compile project(':libnetcipher')
|
compile project(':libnetcipher')
|
||||||
|
|
||||||
|
compile project(':bonsai')
|
||||||
|
|
||||||
// memory leak analysis
|
// memory leak analysis
|
||||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
|
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
|
||||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
|
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
include ':app'
|
include ':app'
|
||||||
include ':libnetcipher'
|
include ':libnetcipher'
|
||||||
|
include ':bonsai'
|
||||||
|
|
||||||
project(':libnetcipher').projectDir = new File(rootProject.projectDir, 'external/netcipher/libnetcipher')
|
project(':libnetcipher').projectDir = new File(rootProject.projectDir, 'external/netcipher/libnetcipher')
|
||||||
|
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user