Skip to content

Commit

Permalink
Release v1.1.0 (#52)
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
cmorigaki authored Feb 23, 2024
1 parent 7b60d2a commit 4afb79a
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 302 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {

minSdk libs.versions.minSdk.get() as int
targetSdk libs.versions.compileSdk.get() as int
versionCode 10000001 // x.xxx.xx-xx
versionName "1.0.0"
versionCode 10010001 // x.xxx.xx-xx
versionName "1.1.0"
}

buildTypes {
Expand Down
Loading

0 comments on commit 4afb79a

Please sign in to comment.