diff --git a/android/app/build.gradle b/android/app/build.gradle index 930b622..89cfd25 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '15' + flutterVersionCode = '16' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.8.2' + flutterVersionName = '1.8.3' } apply plugin: 'com.android.application' diff --git a/pubspec.yaml b/pubspec.yaml index eb86605..925ea40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.8.2 +version: 1.8.3 environment: sdk: ">=2.1.0 <3.0.0"