Commit a2194d3

derdilla <derdilla06@gmail.com>
2023-08-10 17:19:19
version bump
1 parent 98dcd40
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 18
-        versionName "1.4.2"
+        versionCode 19
+        versionName "1.4.3"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/19.txt
@@ -0,0 +1,3 @@
+* Add pdf export support and comprehensive CSV-field formatting system
+* Fix custom time step move direction
+* Ensure relative intervals update on app startup
\ 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.2
+version: 1.4.3
 
 environment:
   sdk: '>=3.0.2 <4.0.0'