Skip to content

Commit

Permalink
[Fastlane] Release 1.0.8+9
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Oct 19, 2022
1 parent 4adf061 commit 9fd39ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "m.co.rh.id.a_personal_stuff"
minSdk 21
targetSdk 31
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
vectorDrawables.useSupportLibrary = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release 1.0.8+9

Fixes:
* Item name value incorrect when tag field was edited
* Adjust Item layout from item list
* Item price not set when price is blank

0 comments on commit 9fd39ac

Please sign in to comment.