Skip to content

Commit

Permalink
[Fastlane] Release 1.1.0+10
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Nov 8, 2022
1 parent 236f61a commit 7aa0ff3
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 9
versionName "1.0.8"
versionCode 10
versionName "1.1.0"
vectorDrawables.useSupportLibrary = true

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

Features:
* Show latest added image for an item at item listing
* Show more red colors on expired label when items reaching expiry date
* Add auto complete selection for barcode

0 comments on commit 7aa0ff3

Please sign in to comment.