diff --git a/app/build.gradle b/app/build.gradle index f2296189ed9aaf65089ae40c135c41dcceda5b60..ca3c445f11530e35463d4da225fd52836332a226 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 5656adc7a50b124df5ca3c0d23f7fe19e1778ca2..29093161eccca2bf93192a0ed79635ebf0f19578 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools">