Skip to content

Commit ca7d4e3

Browse files
authored
Merge pull request #171 from hannesa2/compileApi34
Compile api 34
2 parents 755c799 + 16099b0 commit ca7d4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
}
1010
defaultConfig {
1111
minSdkVersion 16
12-
compileSdk 33
12+
compileSdk 34
1313
targetSdkVersion 34
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
android {
1414
defaultConfig {
1515
minSdkVersion 16
16-
compileSdk 33
16+
compileSdk 34
1717
targetSdkVersion 34
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)