From ff08cae335c707f50b518413b5187237d8e8b7bf Mon Sep 17 00:00:00 2001 From: Phan An Date: Tue, 23 Jul 2024 23:17:40 +0200 Subject: [PATCH] chore(build): remove unnecessary data-sync permission --- android/app/src/main/AndroidManifest.xml | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6591d56..d521eac 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -62,7 +62,6 @@ - diff --git a/pubspec.yaml b/pubspec.yaml index dbf9fcb..b5140ec 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: 2.2.1+27 +version: 2.2.1+29 environment: sdk: ">=2.17.0-0 <3.0.0"