Commit aeb58e6
Changed files (3)
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 29
- versionName "1.5.8"
+ versionCode 30
+ versionName "1.6.0"
}
signingConfigs {
release {
fastlane/metadata/android/en-US/changelogs/30.txt
@@ -0,0 +1,5 @@
+* Implement bottom app bar
+* Allow saving medicine intakes
+* Implement swipe to change export column form mode
+* Unify application style (#262)
+* [FIX] Disable input validation when missing values are allowed
\ 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.8
+version: 1.6.0
environment:
sdk: '>=3.0.2 <4.0.0'