diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index fdac7e1d..2e572a3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,6 @@ dependencies { implementation 'com.alexvasilkov:gesture-views:2.6.0' implementation 'com.github.bumptech.glide:glide:4.10.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' - implementation 'com.github.pwittchen:swipe-rx2:0.3.0' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation 'io.reactivex.rxjava2:rxjava:2.2.19' implementation 'com.squareup.retrofit2:retrofit:2.7.2' @@ -79,7 +78,7 @@ dependencies { implementation 'com.atlassian.commonmark:commonmark:0.13.1' implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' - implementation("com.thefuntasty.hauler:core:3.1.0") + implementation "com.thefuntasty.hauler:core:3.1.0" def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" |