Skip to content

Commit

Permalink
[Fastlane] Release 1.0.7+8
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Sep 27, 2022
1 parent 6f6c6e0 commit 4edf752
Show file tree
Hide file tree
Showing 2 changed files with 10 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 7
versionName "1.0.6"
versionCode 8
versionName "1.0.7"
vectorDrawables.useSupportLibrary = true

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

Fixes:
* Orientation issue when scanning barcode
* Improve memory efficiency

Feature:
* Keep screen on when scanning barcode

0 comments on commit 4edf752

Please sign in to comment.