summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-01-06 00:24:10 +0100
committerByteHamster <info@bytehamster.com>2019-01-06 00:24:10 +0100
commit87a52e594f627b7a0b6386d190ce405151db1437 (patch)
tree1b77b605173d124cdfe4294b02b2939375fcaa01 /app/build.gradle
parent96612de56681167f1cd592d6c7661cad84549809 (diff)
parent8252f6a41d76e5ed9899d5a1d6ac926d77a4bc9b (diff)
downloadAntennaPod-87a52e594f627b7a0b6386d190ce405151db1437.zip
Merge branch 'develop' into ci-release-build
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d8602d55e..a79ad180e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -162,14 +162,14 @@ dependencies {
implementation "commons-io:commons-io:$commonsioVersion"
implementation "org.jsoup:jsoup:$jsoupVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
+ annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttpVersion"
implementation "com.squareup.okio:okio:$okioVersion"
implementation "de.greenrobot:eventbus:$eventbusVersion"
- implementation "io.reactivex:rxandroid:$rxAndroidVersion"
- implementation "io.reactivex:rxjava:$rxJavaVersion"
- // And ProGuard rules for RxJava!
- implementation "com.artemzin.rxjava:proguard-rules:$rxJavaRulesVersion"
+ implementation "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
+ implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
+
implementation "com.joanzapata.iconify:android-iconify-fontawesome:$iconifyVersion"
implementation "com.joanzapata.iconify:android-iconify-material:$iconifyVersion"
implementation("com.afollestad.material-dialogs:commons:$materialDialogsVersion") {
@@ -184,7 +184,7 @@ dependencies {
implementation "com.github.AntennaPod:AntennaPod-AudioPlayer:$audioPlayerVersion"
- implementation 'com.github.mfietz:fyydlin:v0.3'
+ implementation 'com.github.mfietz:fyydlin:v0.4.1'
implementation 'com.github.ByteHamster:SearchPreference:v1.0.8'
androidTestImplementation "com.jayway.android.robotium:robotium-solo:$robotiumSoloVersion"