Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rozPierog committed May 17, 2024
1 parent 792b9c3 commit 1a88f45
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 34
compileSdk 34
versionCode 173
versionName "1.21.4"
versionCode 176
versionName "1.21.5"
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 171
versionName "1.12.4"
versionCode 174
versionName "1.12.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary true
Expand Down

0 comments on commit 1a88f45

Please sign in to comment.