Commit b24f597a authored by Varun Patil's avatar Varun Patil

Fix build with Gradle 3.4.0

parent 7c0f52a4
......@@ -41,6 +41,7 @@ ext {
lottieVersion = '2.7.0'
shortcutBadgerVersion = '1.1.22@aar'
materialCalendarViewVersion = '2.0.1'
threetenBPVersion = '1.2.0'
}
dependencies {
......@@ -67,5 +68,6 @@ dependencies {
implementation "com.airbnb.android:lottie:$lottieVersion"
implementation "me.leolin:ShortcutBadger:$shortcutBadgerVersion"
implementation "com.github.prolificinteractive:material-calendarview:${materialCalendarViewVersion}"
implementation "com.jakewharton.threetenabp:threetenabp:${threetenBPVersion}"
}
apply plugin: 'com.google.gms.google-services'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment