Skip to content

Commit

Permalink
[Fastlane] Release 1.2.5+16
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Apr 8, 2022
1 parent c9fc85f commit d941396
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 @@ -28,8 +28,8 @@ android {
applicationId "m.co.rh.id.a_medic_log"
minSdk 21
targetSdk 31
versionCode 15
versionName "1.2.4"
versionCode 16
versionName "1.2.5"
vectorDrawables.useSupportLibrary true
multiDexEnabled = true

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

Features:
* Add autocomplete for medicine reminder message

Fixes:
* Fix add new record on profile and note list
* Autocomplete should not show when user open update page

0 comments on commit d941396

Please sign in to comment.