From 29aac5dc581c72f17211c9033783c22f18e60e02 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Mon, 20 Nov 2023 08:09:06 +1100 Subject: [PATCH] Upgrade `android_fullscreen` to AGP 7.4.2 (#2094) Where AGP == Android Gradle plugin Upgrade carried out by Android Studio upgrade wizard ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/wiki/Chat [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md --- add_to_app/fullscreen/android_fullscreen/app/build.gradle | 1 + .../android_fullscreen/app/src/debug/AndroidManifest.xml | 3 +-- .../android_fullscreen/app/src/main/AndroidManifest.xml | 3 +-- add_to_app/fullscreen/android_fullscreen/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/add_to_app/fullscreen/android_fullscreen/app/build.gradle b/add_to_app/fullscreen/android_fullscreen/app/build.gradle index f8446b44f..8dd9dfc20 100644 --- a/add_to_app/fullscreen/android_fullscreen/app/build.gradle +++ b/add_to_app/fullscreen/android_fullscreen/app/build.gradle @@ -23,6 +23,7 @@ android { sourceCompatibility 1.8 targetCompatibility 1.8 } + namespace 'dev.flutter.example.androidfullscreen' } dependencies { diff --git a/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml b/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml index 7121739cc..12dc6f24d 100644 --- a/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml +++ b/add_to_app/fullscreen/android_fullscreen/app/src/debug/AndroidManifest.xml @@ -1,6 +1,5 @@ - + diff --git a/add_to_app/fullscreen/android_fullscreen/app/src/main/AndroidManifest.xml b/add_to_app/fullscreen/android_fullscreen/app/src/main/AndroidManifest.xml index 9eba16e91..f69f24944 100644 --- a/add_to_app/fullscreen/android_fullscreen/app/src/main/AndroidManifest.xml +++ b/add_to_app/fullscreen/android_fullscreen/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +