Skip to content

Commit

Permalink
target the latest Android version (#5296)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitikaPahwa4444 authored Sep 19, 2023
1 parent 81030d1 commit f577053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ android {
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())

minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'

Expand Down
4 changes: 2 additions & 2 deletions data-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ version = "${VERSION_NAME}"
group = "${GROUP_ID}"

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode 1
versionName "${VERSION_NAME}"

Expand Down

0 comments on commit f577053

Please sign in to comment.