Skip to content

Commit 844dd45

Browse files
committed
Bump build versions
1 parent 00369dc commit 844dd45

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
@@ -10,9 +10,9 @@ android {
1010
defaultConfig {
1111
applicationId "ch.freshbits.pathshare.example"
1212
minSdkVersion 21
13-
versionCode 132
14-
versionName "2.3.2"
1513
targetSdkVersion 33
14+
versionCode 133
15+
versionName "2.3.4"
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
@@ -8,9 +8,9 @@ android {
88
defaultConfig {
99
applicationId "ch.freshbits.pathshare.example"
1010
minSdkVersion 25
11-
versionCode 132
12-
versionName "2.3.2"
1311
targetSdkVersion 33
12+
versionCode 133
13+
versionName "2.3.4"
1414
}
1515
packagingOptions {
1616
resources {

0 commit comments

Comments
 (0)