Update target SDK to 29 (#3940)

This commit is contained in:
Josephine Lim 2020-10-29 03:26:07 +10:00 committed by GitHub
parent ee3e52d0c6
commit 9d99c2598f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ android {
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'