diff --git a/android/app/build.gradle b/android/app/build.gradle index b9cdaee..e4c5fb0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,8 +33,8 @@ android { // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = 24 targetSdk = 36 - versionCode = 2 - versionName = "1.0.2" + versionCode = 3 + versionName = "1.0.3" } diff --git a/pubspec.yaml b/pubspec.yaml index 29ad9b8..04560e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.2 +version: 1.0.3 environment: sdk: ^3.5.1