Commit 88dfc51
Changed files (2)
android
app
android/app/build.gradle
@@ -52,8 +52,8 @@ android {
applicationId "com.derdilla.bloodPressureApp"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
- versionCode 23
- versionName "1.5.2"
+ versionCode 24
+ versionName "1.5.3"
}
signingConfigs {
release {
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.2
+version: 1.5.3
environment:
sdk: '>=3.0.2 <4.0.0'