Skip to content

Commit f577053

Browse files
target the latest Android version (commons-app#5296)
1 parent 81030d1 commit f577053

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ android {
178178
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
179179

180180
minSdkVersion 21
181-
targetSdkVersion 31
181+
targetSdkVersion 33
182182
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
183183
testInstrumentationRunnerArguments clearPackageData: 'true'
184184

data-client/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ version = "${VERSION_NAME}"
3232
group = "${GROUP_ID}"
3333

3434
android {
35-
compileSdkVersion 31
35+
compileSdkVersion 33
3636

3737
defaultConfig {
3838
minSdkVersion 21
39-
targetSdkVersion 31
39+
targetSdkVersion 33
4040
versionCode 1
4141
versionName "${VERSION_NAME}"
4242

0 commit comments

Comments
 (0)