gradle add namespace

This commit is contained in:
afischerdev 2023-03-15 18:12:58 +01:00
parent fa977b6cc3
commit c903ae7417
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ android {
compileSdkVersion 33 compileSdkVersion 33
defaultConfig { defaultConfig {
namespace 'btools.routingapp'
applicationId "btools.routingapp" applicationId "btools.routingapp"
versionCode 45 versionCode 45

View file

@ -2,7 +2,7 @@
<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="btools.routingapp"> >
<uses-permission <uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:name="android.permission.WRITE_EXTERNAL_STORAGE"