Commit 7b54a17
Changed files (5)
android
app
lib
l10n
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 27
- versionName "1.5.6"
+ versionCode 28
+ versionName "1.5.7"
}
signingConfigs {
release {
fastlane/metadata/android/de-DE/changelogs/28.txt
@@ -0,0 +1,5 @@
+* füge configuration für Messwert breite im Graph hinzu
+* Messwerteingabedialog wurde redesigned
+* gehe ins letzte Feld bei Messwerteingabe, wenn backspace in einem leeren Feld gedrückt wird
+* nutze material widgets in den Einstellungen
+* aktualisiere italian Übersetzung und füge Portugiesisch hinzu
\ No newline at end of file
fastlane/metadata/android/en-US/changelogs/28.txt
@@ -0,0 +1,5 @@
+* make measurement color width on graph configurable
+* redesign add measurement page to be faster
+* use back button on empty add measurement dialog field to enter last input field
+* use material widgets on settings page
+* update italian translations and add portuguese
\ No newline at end of file
lib/l10n/app_pt_BR.arb → lib/l10n/app_pt.arb
File renamed without changes
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.6
+version: 1.5.7
environment:
sdk: '>=3.0.2 <4.0.0'