Commit 2af0a74

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-09-17 10:07:09
prepare release tag: v1.5.0
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 3087e87
Changed files (3)
android
fastlane
metadata
android
en-US
changelogs
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
         applicationId "com.derdilla.bloodPressureApp"
         minSdkVersion 21
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 20
-        versionName "1.4.4"
+        versionCode 21
+        versionName "1.5.0"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/21.txt
@@ -0,0 +1,4 @@
+* redesign measurement list for small displays
+* add the option to save color with entries
+* allow adding custom horizontal lines to the graph
+* make human-readable date default in pdf export
\ No newline at end of file
pubspec.yaml
@@ -2,7 +2,7 @@ name: blood_pressure_app
 description: Track your blood pressure wherever you go
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 
-version: 1.4.4
+version: 1.5.0
 
 environment:
   sdk: '>=3.0.2 <4.0.0'