Skip to content

Commit 135ccc5

Browse files
committed
Bump health metrics compile sdk
1 parent f2f26c9 commit 135ccc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

health-metrics/apk-size/app/default.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ android {
2525
abortOnError false
2626
checkReleaseBuilds false
2727
}
28-
compileSdkVersion project.targetSdkVersion
28+
compileSdk 33
2929

3030
defaultConfig {
3131
applicationId 'com.google.apksize'
3232
minSdkVersion project.targetSdkVersion
3333
multiDexEnabled true
34-
targetSdkVersion project.targetSdkVersion
34+
targetSdkVersion 33
3535
versionCode 1
3636
versionName '1.0'
3737
}

0 commit comments

Comments
 (0)