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

This commit is contained in:
Ashish 2021-10-21 17:04:49 +05:30 committed by GitHub
parent 51e0f218c9
commit 9109418644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 4 deletions

View file

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