diff --git a/app/build.gradle b/app/build.gradle index ef35ce2bc..674b01f83 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { defaultConfig { // versionCode and versionName must be hardcoded to support F-droid - versionCode 1500011 - versionName '15.0.1' + versionCode 1500021 + versionName '15.0.2' minSdkVersion 21 targetSdkVersion 31 multiDexEnabled true @@ -132,6 +132,7 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.activity:activity-ktx:1.3.1' implementation 'androidx.fragment:fragment-ktx:1.3.6' + implementation 'androidx.work:work-runtime-ktx:2.7.0' // Lifecycle implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'