Skip to content

Commit

Permalink
Update to v1.2.6 and add fastlane changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptedArk committed Oct 2, 2021
1 parent 099a6eb commit 40de630
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 @@ -37,8 +37,8 @@ android {
applicationId "dev.corruptedark.diditakemymeds"
minSdkVersion 21
targetSdkVersion 30
versionCode 16
versionName "1.2.4"
versionCode 18
versionName "1.2.6"

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

Changes
- Re-enabled periodic UI refreshing without causing freezing
- Brazilian Portuguese translations updated by lnux-usr on GitHub

Addition
- Added label to medication detail activity that tracks the amount of time since the last taken dose

0 comments on commit 40de630

Please sign in to comment.