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 00369dc commit 844dd45Copy full SHA for 844dd45
android-example-app/app-kotlin/build.gradle
@@ -10,9 +10,9 @@ android {
10
defaultConfig {
11
applicationId "ch.freshbits.pathshare.example"
12
minSdkVersion 21
13
- versionCode 132
14
- versionName "2.3.2"
15
targetSdkVersion 33
+ versionCode 133
+ versionName "2.3.4"
16
17
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
18
}
android-example-app/app/build.gradle
@@ -8,9 +8,9 @@ android {
8
9
minSdkVersion 25
packagingOptions {
resources {
0 commit comments