Skip to content

Commit 755c799

Browse files
authored
Merge pull request #170 from hannesa2/api34
api 34
2 parents d49dd72 + 8dd8942 commit 755c799

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

demo/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 33
8-
97
buildFeatures {
108
viewBinding = true
119
}
1210
defaultConfig {
1311
minSdkVersion 16
14-
targetSdkVersion 33
12+
compileSdk 33
13+
targetSdkVersion 34
1514

1615
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1716
testInstrumentationRunnerArguments useTestStorageService: 'true'

library/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ dependencies {
1111
}
1212

1313
android {
14-
compileSdkVersion 33
15-
1614
defaultConfig {
1715
minSdkVersion 16
18-
targetSdkVersion 33
16+
compileSdk 33
17+
targetSdkVersion 34
1918

2019
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2120
}

0 commit comments

Comments
 (0)