Skip to content

Commit

Permalink
moved two remaining submodules to builds via Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Mar 24, 2017
1 parent c856f0c commit cec725a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
[submodule "StickyListHeaders"]
path = StickyListHeaders
url = git://github.com/mtotschnig/StickyListHeaders.git
[submodule "dav4android"]
path = dav4android
url = https://gitlab.com/bitfireAT/dav4android.git
1 change: 0 additions & 1 deletion StickyListHeaders
Submodule StickyListHeaders deleted from 7c5d2e
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
buildToolsVersion = "25.0.2"
minSdkVersion = 9
targetSdkVersion = 25
androidSupportLibraryVersion = "25.2.0"
androidSupportLibraryVersion = "25.3.0"
espressoVersion = "2.2.2"
androidSupportTestVersion = "0.5"
daggerVersion = "2.5"
Expand Down
1 change: 0 additions & 1 deletion dav4android
Submodule dav4android deleted from 659e82
4 changes: 2 additions & 2 deletions myExpenses/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ dependencies {
provided 'com.ryanharter.auto.value:auto-value-gson:0.4.6'
apt 'com.gabrielittner.auto.value:auto-value-cursor:1.0.1'
compile 'com.gabrielittner.auto.value:auto-value-cursor-annotations:1.0.0'
compile project(':StickyListHeaders:library')
compile 'com.github.mtotschnig:StickyListHeaders:master-SNAPSHOT'
compile 'com.pavelsikun:material-seekbar-preference:2.3.0'
compile project(':dav4android')
compile 'com.gitlab.bitfireAT:dav4android:master-SNAPSHOT'
compile 'com.android.support:appcompat-v7:' + project.androidSupportLibraryVersion
compile 'com.android.support:support-v4:' + project.androidSupportLibraryVersion
compile 'com.android.support:recyclerview-v7:' + project.androidSupportLibraryVersion
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
include ':StickyListHeaders:library'
include ':myExpenses'
include ':dav4android'

0 comments on commit cec725a

Please sign in to comment.