diff --git a/android/app/build.gradle b/android/app/build.gradle index dada086..c97bc5e 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 = '13' + flutterVersionCode = '14' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.7.5' + flutterVersionName = '1.8.0' } apply plugin: 'com.android.application' diff --git a/pubspec.yaml b/pubspec.yaml index 04c240a..ab186f8 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.7.5 +version: 1.8.0 environment: sdk: ">=2.1.0 <3.0.0"