Commit 31b7b2a

derdilla <derdilla06@gmail.com>
2023-07-20 15:54:40
prepare release to give time for translations
1 parent 1547a51
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 16
-        versionName "1.4.0"
+        versionCode 17
+        versionName "1.4.1"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -0,0 +1,5 @@
+* Feat range limited statistics
+* Fix selecting a time of day after the current time
+* Added in-app language selection
+* Add "Custom" display intervall
+* Update translations for Chinese, French, German,
\ 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.4.0
+version: 1.4.1
 
 environment:
   sdk: '>=2.19.6 <3.0.0'