mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -06:00
[Gradle] Fix AgendaCalendarView dependencies.
This commit is contained in:
parent
bf73c75872
commit
38d0a173af
@ -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'
|
||||||
}
|
}
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user