Move namespace to gradle
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-09-16 14:46:41 +00:00
parent 86af39b772
commit 72e4aec44d
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ plugins {
android {
compileSdkVersion 32
buildToolsVersion "30.0.3"
namespace "net.crystalyx.setaswallpaper"
defaultConfig {
applicationId "net.crystalyx.setaswallpaper"

View File

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