Skip to content

Commit

Permalink
[Fastlane] Release 1.1.2+5
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jul 19, 2023
1 parent a6df7b6 commit be4b400
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -28,8 +28,8 @@ android {
applicationId "m.co.rh.id.a_jarwis"
minSdk 21
targetSdk 33
versionCode 4
versionName "1.1.1"
versionCode 5
versionName "1.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Release 1.1.2+5

Fixes:
* App Crashing due to memory usage
* Optimize memory and performance
* Improve select face UX

------------------------------------------------------------
Release 1.1.1+4

Fixes:
* App Crashing due to background task error

------------------------------------------------------------
Release 1.1.0+3

Features:
* Add exclude blur face to exclude some faces when blurring

0 comments on commit be4b400

Please sign in to comment.