Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rozPierog committed Oct 6, 2023
1 parent af372a7 commit 87ca9f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
minSdkVersion 25
targetSdkVersion 33
compileSdk 33
versionCode 155
versionName "1.20.0"
versionCode 158
versionName "1.20.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
manifestPlaceholders = [profileable: false]
Expand Down
4 changes: 2 additions & 2 deletions wearOS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.omelan.cofi"
minSdk 25
targetSdk 33
versionCode 153
versionName "1.11.0"
versionCode 156
versionName "1.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down

0 comments on commit 87ca9f7

Please sign in to comment.