Skip to content

Commit 514978c

Browse files
committed
Prepare for release
1 parent e2d9e5c commit 514978c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
minSdkVersion 25
2929
targetSdkVersion 33
3030
compileSdk 33
31-
versionCode 146
32-
versionName "1.19.0"
31+
versionCode 149
32+
versionName "1.19.1"
3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
testInstrumentationRunnerArguments clearPackageData: 'true'
3535
manifestPlaceholders = [profileable: false]

wearOS/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
applicationId "com.omelan.cofi"
3030
minSdk 25
3131
targetSdk 33
32-
versionCode 144
33-
versionName "1.10.0"
32+
versionCode 147
33+
versionName "1.10.1"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
vectorDrawables {
3636
useSupportLibrary true

0 commit comments

Comments
 (0)