Browse Source

moving to bonsai

master
Anthony Restaino 8 years ago
parent
commit
ca385422dc
  1. 3
      .gitmodules
  2. 1
      Bonsai
  3. 2
      app/build.gradle
  4. 2
      settings.gradle

3
.gitmodules vendored

@ -2,3 +2,6 @@ @@ -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

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

2
app/build.gradle

@ -101,6 +101,8 @@ dependencies { @@ -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'

2
settings.gradle

@ -1,4 +1,6 @@ @@ -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')

Loading…
Cancel
Save