|
@@ -66,6 +66,7 @@ ext {
|
|
|
powermockVersion = "2.0.9"
|
|
|
byteBuddyVersion = "1.10.19"
|
|
|
espressoVersion = "3.3.0"
|
|
|
+ workRuntime = "2.5.0"
|
|
|
|
|
|
ciBuild = System.getenv("CI") == "true"
|
|
|
|
|
@@ -294,8 +295,8 @@ dependencies {
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
implementation 'androidx.exifinterface:exifinterface:1.3.2'
|
|
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
|
|
|
- implementation "androidx.work:work-runtime:2.4.0"
|
|
|
- implementation "androidx.work:work-runtime-ktx:2.4.0"
|
|
|
+ implementation "androidx.work:work-runtime:$workRuntime"
|
|
|
+ implementation "androidx.work:work-runtime-ktx:$workRuntime"
|
|
|
implementation "androidx.fragment:fragment:1.2.5"
|
|
|
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
|
|
|
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
|