Skip to content

Commit a77e3ce

Browse files
committed
Bump targetSDK and compileSDK versions
1 parent f126be4 commit a77e3ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

android-example-app/app-kotlin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 33
7+
compileSdk 34
88

99
defaultConfig {
1010
applicationId "ch.freshbits.pathshare.example"
11-
minSdkVersion 21
12-
targetSdkVersion 33
11+
minSdkVersion 25
12+
targetSdkVersion 34
1313
versionCode 133
1414
versionName "2.3.4"
1515

android-example-app/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
6-
compileSdk 33
6+
compileSdk 34
77

88
defaultConfig {
99
applicationId "ch.freshbits.pathshare.example"
1010
minSdkVersion 25
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
versionCode 133
1313
versionName "2.3.4"
1414
}

0 commit comments

Comments
 (0)