Commit bcb1703
Changed files (3)
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 19
- versionName "1.4.3"
+ versionCode 20
+ versionName "1.4.4"
}
signingConfigs {
release {
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,3 @@
+* Fix csv and pdf export issue after update
+* Add setting to open screen for adding measurements on app launch
+* Fix loading entries at or before epoch
\ 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.3
+version: 1.4.4
environment:
sdk: '>=3.0.2 <4.0.0'