From 3d773696380aa8a410d4f9adf995fc139e841462 Mon Sep 17 00:00:00 2001 From: bannzai Date: Tue, 16 Nov 2021 11:36:33 +0900 Subject: [PATCH 1/2] :memo: :up: ndkVersion --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f42dfb446e..e75ce52bc3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -80,7 +80,7 @@ android { signingConfig signingConfigs.release } } - ndkVersion '22.0.7026061' + ndkVersion '23.1.7779620' } flutter { From 12e031911a4dd4eb2a623575d8b78469aea40915 Mon Sep 17 00:00:00 2001 From: bannzai Date: Wed, 17 Nov 2021 20:14:08 +0900 Subject: [PATCH 2/2] :memo: :up: local testing version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 87d0641f01..322efeb114 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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: 3.4.7+6 +version: 3.4.7+8 environment: sdk: '>=2.12.0 <3.0.0'