Migrate namespace

This commit is contained in:
Mygod
2022-07-11 17:06:44 -04:00
parent c6e113f926
commit 7ba9fa38d4
2 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ plugins {
}
android {
namespace = "be.mygod.vpnhotspot"
val javaVersion = JavaVersion.VERSION_11
buildToolsVersion = "33.0.0"
compileOptions {

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="be.mygod.vpnhotspot">
xmlns:tools="http://schemas.android.com/tools">
<uses-feature
android:name="android.hardware.bluetooth"