From bd508c4e7056d25693733c394d9a1d2a08202956 Mon Sep 17 00:00:00 2001 From: svprdga Date: Sat, 29 Jun 2024 12:49:47 +0200 Subject: [PATCH] Add namespace to gradle file --- android/build.gradle | 1 + 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.properties | 3 +++ example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6b95e87..4fc264c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace "com.svprdga.torchlight" compileSdk 34 compileOptions { diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 6d49971..e1cbcab 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,6 +26,7 @@ apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { + namespace 'com.svprdga.torchlight.example' compileSdk 34 ndkVersion flutter.ndkVersion diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml index 28700ef..399f698 100644 --- a/example/android/app/src/debug/AndroidManifest.xml +++ b/example/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - +