浏览代码

move to namespace

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 年之前
父节点
当前提交
58436286c7
共有 3 个文件被更改,包括 5 次插入4 次删除
  1. 3 0
      app/build.gradle
  2. 1 2
      app/src/gplay/AndroidManifest.xml
  3. 1 2
      app/src/main/AndroidManifest.xml

+ 3 - 0
app/build.gradle

@@ -38,6 +38,9 @@ apply plugin: 'kotlinx-serialization'
 android {
     compileSdkVersion 31
     buildToolsVersion '33.0.0'
+
+    namespace 'com.nextcloud.talk'
+
     defaultConfig {
         minSdkVersion 21
         targetSdkVersion 31

+ 1 - 2
app/src/gplay/AndroidManifest.xml

@@ -21,8 +21,7 @@
   -->
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-          xmlns:tools="http://schemas.android.com/tools"
-          package="com.nextcloud.talk">
+          xmlns:tools="http://schemas.android.com/tools">
 
     <application
         android:name=".application.NextcloudTalkApplication"

+ 1 - 2
app/src/main/AndroidManifest.xml

@@ -21,8 +21,7 @@
   -->
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:tools="http://schemas.android.com/tools"
-    package="com.nextcloud.talk">
+    xmlns:tools="http://schemas.android.com/tools">
 
     <uses-feature
         android:name="android.hardware.camera.any"