Browse Source

removing animated progress bar submodule

master
anthony restaino 7 years ago
parent
commit
54115b55b0
  1. 3
      .gitmodules
  2. 1
      AnimatedProgressBar
  3. 2
      app/build.gradle
  4. 4
      settings.gradle

3
.gitmodules vendored

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
[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 @@ @@ -1 +0,0 @@
Subproject commit c23593345996115c44305aab9780a7d4c307896a

2
app/build.gradle

@ -101,7 +101,7 @@ dependencies { @@ -101,7 +101,7 @@ dependencies {
compile project(':bonsai')
compile project(':animated-progress-bar')
compile 'com.anthonycr.progress:animated-progress:1.0'
// memory leak analysis
def leakCanaryVersion = '1.5'

4
settings.gradle

@ -1,6 +1,4 @@ @@ -1,6 +1,4 @@
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')
project(':bonsai').projectDir = new File(rootProject.projectDir, 'Bonsai/library')
Loading…
Cancel
Save