We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f126be4 commit a77e3ceCopy full SHA for a77e3ce
android-example-app/app-kotlin/build.gradle
@@ -4,12 +4,12 @@ plugins {
4
}
5
6
android {
7
- compileSdk 33
+ compileSdk 34
8
9
defaultConfig {
10
applicationId "ch.freshbits.pathshare.example"
11
- minSdkVersion 21
12
- targetSdkVersion 33
+ minSdkVersion 25
+ targetSdkVersion 34
13
versionCode 133
14
versionName "2.3.4"
15
android-example-app/app/build.gradle
@@ -3,12 +3,12 @@ plugins {
3
minSdkVersion 25
0 commit comments