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 { android {
namespace = "be.mygod.vpnhotspot"
val javaVersion = JavaVersion.VERSION_11 val javaVersion = JavaVersion.VERSION_11
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"
compileOptions { compileOptions {

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools">
package="be.mygod.vpnhotspot">
<uses-feature <uses-feature
android:name="android.hardware.bluetooth" android:name="android.hardware.bluetooth"