mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Package namespace
Moved it from AndroidManifest.xml to build.gradle.kts as namespace (recommended way)
This commit is contained in:
parent
fbe1217456
commit
63332d9055
@ -22,6 +22,7 @@ kapt {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.sadellie.unitto"
|
||||
compileSdkVersion = "android-32"
|
||||
|
||||
defaultConfig {
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.sadellie.unitto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user