Commit 3026731
Changed files (3)
android/app/build.gradle
@@ -50,12 +50,10 @@ android {
defaultConfig {
applicationId "com.derdilla.bloodPressureApp"
- // You can update the following values to match your application needs.
- // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 17
- versionName "1.4.1"
+ versionCode 18
+ versionName "1.4.2"
}
signingConfigs {
release {
fastlane/metadata/android/en-US/changelogs/18.txt
@@ -0,0 +1,3 @@
+* Update dependencies and migrate to Material 3 (You)
+* Fix app not responding when switching to custom intervall and then closing date range selection on main page
+* Add optional trend lines to graph
\ No newline at end of file
pubspec.yaml
@@ -2,17 +2,11 @@ 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.1
+version: 1.4.2
environment:
sdk: '>=3.0.2 <4.0.0'
-# Dependencies specify other packages that your package needs in order to work.
-# To automatically upgrade your package dependencies to the latest versions
-# consider running `flutter pub upgrade --major-versions`. Alternatively,
-# dependencies can be manually updated by changing the version numbers below to
-# the latest version available on pub.dev. To see which dependencies have newer
-# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
@@ -46,11 +40,6 @@ dev_dependencies:
mockito: ^5.4.1
flutter:
-
- # The following line ensures that the Material Icons font is
- # included with your application, so that you can use the icons in
- # the material Icons class.
uses-material-design: true
-
generate: true