Skip to content

Commit

Permalink
V 0.1.4 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ktprograms committed Sep 2, 2021
1 parent 980612b commit 6d72ccd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelogs

### V 0.1.4 Beta
- Fixed overlapping text (thanks to yuhuitech on GitHub), miscellaneous improvements

>MD5: 3b62fd4d9ea0dfd30f95ce2b87cbf9ab
>
>SHA1: 066b75934280f5962be44fd8343ef0f395cfc6d1
### V 0.1.3 Beta
- Fixed dark mode visual issues.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId "com.ktprograms.watertracker"
minSdkVersion 23
targetSdkVersion 30
versionCode 4
versionName "0.1.3-beta"
versionCode 5
versionName "0.1.4-beta"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed overlapping text (thanks to yuhuitech on GitHub), miscellaneous improvements

0 comments on commit 6d72ccd

Please sign in to comment.