From bb2d9b05220bd4f63aa7be4d999c0044260686bc Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Wed, 26 Jul 2023 00:35:09 +0200 Subject: [PATCH] Remove package id from manifest --- uhabits-android/build.gradle.kts | 1 + uhabits-android/src/main/AndroidManifest.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 7ef9e823b..536aacbb1 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -31,6 +31,7 @@ tasks.compileLint { } android { + namespace = "org.isoron.uhabits" compileSdk = 32 diff --git a/uhabits-android/src/main/AndroidManifest.xml b/uhabits-android/src/main/AndroidManifest.xml index 9377e42c0..661369e39 100644 --- a/uhabits-android/src/main/AndroidManifest.xml +++ b/uhabits-android/src/main/AndroidManifest.xml @@ -16,8 +16,7 @@ ~ You should have received a copy of the GNU General Public License along ~ with this program. If not, see . --> - + @@ -216,7 +215,8 @@ -