Browse Source

Merge pull request #540 from anthonycr/removing-submodules

Removing submodules
master
Anthony Restaino 8 years ago committed by GitHub
parent
commit
5af5876664
  1. 6
      .gitmodules
  2. 1
      AnimatedProgressBar
  3. 1
      Bonsai
  4. 4
      app/build.gradle
  5. 5
      settings.gradle

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
AnimatedProgressBar

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

1
Bonsai

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

4
app/build.gradle

@ -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'

5
settings.gradle

@ -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…
Cancel
Save