[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
//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'
}