We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81030d1 commit f577053Copy full SHA for f577053
app/build.gradle
@@ -178,7 +178,7 @@ android {
178
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
179
180
minSdkVersion 21
181
- targetSdkVersion 31
+ targetSdkVersion 33
182
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
183
testInstrumentationRunnerArguments clearPackageData: 'true'
184
data-client/build.gradle
@@ -32,11 +32,11 @@ version = "${VERSION_NAME}"
32
group = "${GROUP_ID}"
33
34
android {
35
- compileSdkVersion 31
+ compileSdkVersion 33
36
37
defaultConfig {
38
39
40
versionCode 1
41
versionName "${VERSION_NAME}"
42
0 commit comments