Revert "Fixes #4447 1. Updated SDK version to 30 2. Updated WorkManager's version (#4677)"

This reverts commit 9109418644.
This commit is contained in:
Josephine Lim 2021-10-28 16:13:16 +10:00
parent 9109418644
commit 53e36f9ffa
4 changed files with 4 additions and 29 deletions

View file

@ -139,13 +139,13 @@ dependencies {
implementation "androidx.multidex:multidex:$MULTIDEX_VERSION"
def work_version = "2.6.0"
def work_version = "2.4.0"
// Kotlin + coroutines
implementation "androidx.work:work-runtime-ktx:$work_version"
}
android {
compileSdkVersion 30
compileSdkVersion 28
defaultConfig {
//applicationId 'fr.free.nrw.commons'
@ -155,7 +155,7 @@ android {
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 19
targetSdkVersion 30
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'