Skip to content

Commit 9f2c3ee

Browse files
committed
Upgrade compileSdk|targetSdk to 34 of the lib
1 parent 66d8b81 commit 9f2c3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ plugins {
55
}
66

77
android {
8-
compileSdk 33
8+
compileSdk 34
99
defaultConfig {
1010
minSdk 21
11-
targetSdk 33
11+
targetSdk 34
1212
consumerProguardFiles "consumer-rules.pro"
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)