Skip to content

Commit 44ab77a

Browse files
committed
Bump compile and target versions
1 parent 209facc commit 44ab77a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

77
android {
8-
compileSdkVersion 31
8+
compileSdk 33
99

1010
defaultConfig {
1111
applicationId "ch.freshbits.pathshare.example"
1212
minSdkVersion 21
13-
targetSdkVersion 31
1413
versionCode 132
1514
versionName "2.3.2"
15+
targetSdkVersion 33
1616

1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}

android-example-app/app/build.gradle

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

55
android {
6-
compileSdkVersion 31
6+
compileSdk 33
77

88
defaultConfig {
99
applicationId "ch.freshbits.pathshare.example"
1010
minSdkVersion 25
11-
targetSdkVersion 31
1211
versionCode 132
1312
versionName "2.3.2"
13+
targetSdkVersion 33
1414
}
1515
packagingOptions {
1616
resources {

0 commit comments

Comments
 (0)