File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelogs
22
3+ ### V 0.1.4 Beta
4+ - Fixed overlapping text (thanks to yuhuitech on GitHub), miscellaneous improvements
5+
6+ > MD5: 3b62fd4d9ea0dfd30f95ce2b87cbf9ab
7+ >
8+ > SHA1: 066b75934280f5962be44fd8343ef0f395cfc6d1
9+
310### V 0.1.3 Beta
411- Fixed dark mode visual issues.
512
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ android {
3333 applicationId " com.ktprograms.watertracker"
3434 minSdkVersion 23
3535 targetSdkVersion 30
36- versionCode 4
37- versionName " 0.1.3 -beta"
36+ versionCode 5
37+ versionName " 0.1.4 -beta"
3838
3939 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
4040 }
Original file line number Diff line number Diff line change 1+ Fixed overlapping text (thanks to yuhuitech on GitHub), miscellaneous improvements
You can’t perform that action at this time.
0 commit comments