[Gradle] Fix AgendaCalendarView dependencies.

This commit is contained in:
Kuba Szczodrzyński 2019-11-01 21:19:30 +01:00
parent bf73c75872
commit 38d0a173af
2 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,6 @@ dependencies {
// other libraries // other libraries
//implementation 'se.emilsjolander:stickylistheaders:2.7.0' //implementation 'se.emilsjolander:stickylistheaders:2.7.0'
implementation 'com.github.edisonw:StickyListHeaders:master-SNAPSHOT' implementation 'com.github.edisonw:StickyListHeaders:master-SNAPSHOT@aar'
implementation 'io.reactivex:rxjava:1.1.1' implementation 'io.reactivex:rxjava:1.1.1'
} }

View File

@ -142,7 +142,7 @@ dependencies {
implementation "org.jsoup:jsoup:1.10.1" implementation "org.jsoup:jsoup:1.10.1"
implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.15" implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.15"
//implementation "se.emilsjolander:stickylistheaders:2.7.0" //implementation "se.emilsjolander:stickylistheaders:2.7.0"
implementation 'com.github.edisonw:StickyListHeaders:master-SNAPSHOT' implementation 'com.github.edisonw:StickyListHeaders:master-SNAPSHOT@aar'
implementation "uk.co.samuelwall:material-tap-target-prompt:2.14.0" implementation "uk.co.samuelwall:material-tap-target-prompt:2.14.0"
implementation project(":agendacalendarview") implementation project(":agendacalendarview")