Commit b23386f
Changed files (4)
android
app
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 30
- versionName "1.6.0"
+ versionCode 31
+ versionName "1.6.1"
}
signingConfigs {
release {
fastlane/metadata/android/de-DE/changelogs/31.txt
@@ -0,0 +1,4 @@
+* ändere standard PDF export design, so das Papier gespart wird
+* Mache outline Farbe von Schaltern im dark mode wieder sichtbar
+* Behebe bearbeiten von Einträgen
+* Aktualisiere italienische Übersetzungen
\ No newline at end of file
fastlane/metadata/android/en-US/changelogs/31.txt
@@ -0,0 +1,4 @@
+* save paper on default pdf export configuration
+* Fix switch outline color on dark mode
+* Fix prefill when editing a column
+* update Italian translations
\ 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.6.0
+version: 1.6.1
environment:
sdk: '>=3.0.2 <4.0.0'