Commit a2194d3
Changed files (3)
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'