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">