moving to bonsai

This commit is contained in:
Anthony Restaino 2016-07-11 21:51:45 -04:00
parent dffd572afc
commit ca385422dc
4 changed files with 8 additions and 0 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = external/netcipher
url = https://github.com/guardianproject/NetCipher.git
branch = master
[submodule "Bonsai"]
path = Bonsai
url = https://github.com/anthonycr/Bonsai.git

1
Bonsai Submodule

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

View File

@ -101,6 +101,8 @@ dependencies {
// git submodule update --remote
compile project(':libnetcipher')
compile project(':bonsai')
// memory leak analysis
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'

View File

@ -1,4 +1,6 @@
include ':app'
include ':libnetcipher'
include ':bonsai'
project(':libnetcipher').projectDir = new File(rootProject.projectDir, 'external/netcipher/libnetcipher')
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')