Commit 942b167

derdilla <derdilla06@gmail.com>
2023-07-13 20:52:20
prepare release tag: v1.4.0
1 parent 5615298
Changed files (3)
android
fastlane
metadata
android
en-US
changelogs
android/app/build.gradle
@@ -54,8 +54,8 @@ android {
         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
         minSdkVersion 21
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 15
-        versionName "1.3.3"
+        versionCode 16
+        versionName "1.4.0"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/16.txt
@@ -0,0 +1,6 @@
+* allow comment only entries / incomplete data
+* add time periods
+* make the way warn values work clearer; don't store age directly
+* add Chinese, French, Norwegian translations (partially incomplete)
+* fix large system font sizes on small screens
+* fix problems when saving warn values
\ No newline at end of file
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 1.3.3
+version: 1.4.0
 
 environment:
   sdk: '>=2.19.6 <3.0.0'