From 872fbb41641879889aefd20eb636a8eff6521ff7 Mon Sep 17 00:00:00 2001 From: foxsofter Date: Thu, 18 Jan 2024 20:48:32 +0800 Subject: [PATCH] feat: upgrade example gradle --- example/android/app/build.gradle | 1 + example/android/app/src/debug/AndroidManifest.xml | 3 +-- example/android/app/src/main/AndroidManifest.xml | 3 +-- example/android/app/src/profile/AndroidManifest.xml | 3 +-- example/android/build.gradle | 2 +- example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- example/ios/Runner.xcodeproj/project.pbxproj | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index fc1800fd..5f978193 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -80,6 +80,7 @@ android { } } buildToolsVersion '33.0.0' + namespace 'com.foxsofter.flutter_thrio_example' } flutter { diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml index 7a3dc773..399f6981 100644 --- a/example/android/app/src/debug/AndroidManifest.xml +++ b/example/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +