Commit a470296
Changed files (3)
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 28
- versionName "1.5.7"
+ versionCode 29
+ versionName "1.5.8"
}
signingConfigs {
release {
fastlane/metadata/android/en-US/changelogs/29.txt
@@ -0,0 +1,6 @@
+* Improve export-import mechanisms
+* made input dialogue more robust
+* [Feature] Themed / Monochrome icon support by @sebastien46
+* Various translations updated
+
+Users might want to check their export configurations as in some cases the interpretation of columns changed.
\ 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.5.7
+version: 1.5.8
environment:
sdk: '>=3.0.2 <4.0.0'