From afeebcc4d1b74990197e2ff41a33fa5b33621f03 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Wed, 23 Oct 2024 13:43:27 +0200 Subject: [PATCH] Change package name So that in case the user had ntfy already installed, we don't override it. Indeed, the Ntfy icon (which is actually a BlissLauncher3 cache) would appear after the OTA and the user would not be able to remove it without cleaning BlissLauncher3 cache. --- app/build.gradle | 3 ++- app/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f229618..ca3c445 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { compileSdkVersion 33 defaultConfig { - applicationId "io.heckel.ntfy" + applicationId "foundation.e.ntfy" minSdkVersion 23 targetSdkVersion 33 @@ -68,6 +68,7 @@ android { '-Xjvm-default=all-compatibility' // https://stackoverflow.com/a/71234042/1440785 ] } + namespace "io.heckel.ntfy" } // Disables GoogleServices tasks for F-Droid variant diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5656adc..2909316 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">