Loading app/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ android { compileSdkVersion 33 defaultConfig { applicationId "io.heckel.ntfy" applicationId "foundation.e.ntfy" minSdkVersion 23 targetSdkVersion 33 Loading Loading @@ -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 Loading app/src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line <?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"/> Loading Loading
app/build.gradle +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ android { compileSdkVersion 33 defaultConfig { applicationId "io.heckel.ntfy" applicationId "foundation.e.ntfy" minSdkVersion 23 targetSdkVersion 33 Loading Loading @@ -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 Loading
app/src/main/AndroidManifest.xml +1 −2 Original line number Diff line number Diff line <?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"/> Loading