Merge branch '2585-u-change-package-name' into 'main'

Change Ntfy package name

See merge request e/os/ntfy-android!14
This commit is contained in:
Jonathan Klee 2024-10-24 11:26:08 +00:00
commit 3fb7e6427f
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.heckel.ntfy">
xmlns:tools="http://schemas.android.com/tools">
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET"/>