summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHamidreza Bayat <hamidrezabayat76@gmail.com>2020-04-10 14:58:59 +0430
committerHamidreza Bayat <hamidrezabayat76@gmail.com>2020-04-10 14:58:59 +0430
commitca94d62b39cb42b2594d774118656e2c99f0b644 (patch)
tree11575d7c8ddb18ca096e40a068653d7b906c8ed1 /app
parent55fe840fc726d5fe1577959e5c0db27c8e269ac2 (diff)
downloadAntennaPod-ca94d62b39cb42b2594d774118656e2c99f0b644.zip
Don't mix android.arch & androidx dependencies
Update WorkManager to latest version
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0e0488cd2..43aab39fe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -144,7 +144,7 @@ dependencies {
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation "androidx.coordinatorlayout:coordinatorlayout:1.1.0"
implementation "androidx.media:media:1.1.0"
- implementation "android.arch.work:work-runtime:$workManagerVersion"
+ implementation "androidx.work:work-runtime:$workManagerVersion"
implementation "com.google.android.material:material:1.0.0"
annotationProcessor "androidx.annotation:annotation:1.1.0"
compileOnly "com.google.android.wearable:wearable:$wearableSupportVersion"