Skip to content

Commit

Permalink
[Fastlane] Release 1.0.4+5
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jul 6, 2022
1 parent 00f850b commit 9fa7c67
Show file tree
Hide file tree
Showing 2 changed files with 7 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 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
vectorDrawables.useSupportLibrary = true

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

Fixes:
* Android SDK memory leak
* Optimize app

0 comments on commit 9fa7c67

Please sign in to comment.