Browse Source

removing bonsai submodule

master
anthony restaino 7 years ago
parent
commit
11d0d221a3
  1. 3
      .gitmodules
  2. 1
      Bonsai
  3. 2
      app/build.gradle
  4. 5
      settings.gradle

3
.gitmodules vendored

@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
[submodule "Bonsai"]
path = Bonsai
url = https://github.com/anthonycr/Bonsai.git

1
Bonsai

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

2
app/build.gradle

@ -99,7 +99,7 @@ dependencies { @@ -99,7 +99,7 @@ dependencies {
compile "info.guardianproject.netcipher:netcipher:$netcipherVersion"
compile "info.guardianproject.netcipher:netcipher-webkit:$netcipherVersion"
compile project(':bonsai')
compile 'com.anthonycr.bonsai:bonsai:1.0'
compile 'com.anthonycr.progress:animated-progress:1.0'

5
settings.gradle

@ -1,4 +1 @@ @@ -1,4 +1 @@
include ':app'
include ':bonsai'
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')
include ':app'
Loading…
Cancel
Save