Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
versionCode 2
versionName "1.0.1"
  • Loading branch information
mutkuensert committed Jul 1, 2023
1 parent 2f996e7 commit 2ebf1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.mutkuensert.gymtools"
minSdk 26
targetSdk 33
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
compose_ui_version = '1.5.0-beta02'
nav_version = '2.6.0'
room_version = '2.5.1'
room_version = '2.5.2'
lifecycle_version = '2.6.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
Expand Down

0 comments on commit 2ebf1a9

Please sign in to comment.