Skip to content

Commit

Permalink
Update to v1.6.4 and add fastlane changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptedArk committed Apr 9, 2022
1 parent d882bed commit c4b4397
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 @@ -37,8 +37,8 @@ android {
applicationId "dev.corruptedark.diditakemymeds"
minSdkVersion 21
targetSdkVersion 31
versionCode 32
versionName "1.6.3"
versionCode 33
versionName "1.6.4"

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
kapt {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v1.6.4

Fixes
- Fixes inability to record multiple taken doses for the same closest dose
- Fixes thousands of days shown since last taken dose if no doses have been recorded

0 comments on commit c4b4397

Please sign in to comment.