upgrade SparkButton to 3.0.0 (#1594)

This commit is contained in:
Konrad Pozniak 2019-12-20 19:52:36 +01:00 committed by GitHub
commit 60b9a9c40b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 48 deletions

View file

@ -151,7 +151,7 @@ dependencies {
implementation "com.google.dagger:dagger-android-support:$daggerVersion"
kapt "com.google.dagger:dagger-android-processor:$daggerVersion"
implementation "com.github.connyduck:sparkbutton:2.0.1"
implementation "com.github.connyduck:sparkbutton:3.0.0"
implementation "com.github.chrisbanes:PhotoView:2.3.0"