Skip to content

Commit

Permalink
[Fastlane] Release 1.2.9+20
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jul 6, 2022
1 parent db44bd9 commit 16c27f7
Show file tree
Hide file tree
Showing 2 changed files with 13 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_medic_log"
minSdk 21
targetSdk 31
versionCode 19
versionName "1.2.8"
versionCode 20
versionName "1.2.9"
vectorDrawables.useSupportLibrary true

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

IMPORTANT Fixes:
* Deadlock issue


Release 1.2.8+19

Fixes:
* Android SDK memory leak
* Optimize app

0 comments on commit 16c27f7

Please sign in to comment.