Move deprecated package in manifest to namespace declaration

This commit is contained in:
Niko Diamadis
2022-10-24 20:16:32 +02:00
committed by Jannis Mattheis
parent b2f186aadf
commit a35e3320ec
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ plugins {
apply plugin: 'com.android.application'
android {
namespace "com.github.gotify"
compileSdk 33
defaultConfig {
applicationId "com.github.gotify"

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.gotify">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />