summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-05-28 17:56:05 +0200
committerByteHamster <info@bytehamster.com>2019-05-28 17:56:05 +0200
commit4443d629fc4592fdbe5a7b149e75f792c551588b (patch)
treed88abdbf9f83b27f648758f6f2909c402bc262d4 /core/build.gradle
parentcd5224d01b0c159ac027e75be006b70cb9c322ca (diff)
parent83a6d70387e8df95e04f198ef99f992aef674413 (diff)
downloadAntennaPod-4443d629fc4592fdbe5a7b149e75f792c551588b.zip
Merge branch 'develop' into work-manager
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 6f08253b4..824bf75c8 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -44,7 +44,6 @@ dependencies {
implementation "com.android.support:support-v4:$supportVersion"
implementation "com.android.support:appcompat-v7:$supportVersion"
implementation "com.android.support:preference-v14:$supportVersion"
- implementation "com.android.support:percent:$supportVersion"
implementation "android.arch.work:work-runtime:$workManagerVersion"
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
@@ -61,7 +60,7 @@ dependencies {
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 "org.greenrobot:eventbus:$eventbusVersion"
implementation "io.reactivex.rxjava2:rxandroid:$rxAndroidVersion"
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
implementation "org.awaitility:awaitility:$awaitilityVersion"