move to namespace

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-09-16 14:09:40 +02:00
parent 928b9d5aa3
commit 58436286c7
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -21,8 +21,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="com.nextcloud.talk">
<application <application
android:name=".application.NextcloudTalkApplication" android:name=".application.NextcloudTalkApplication"

View File

@ -21,8 +21,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="com.nextcloud.talk">
<uses-feature <uses-feature
android:name="android.hardware.camera.any" android:name="android.hardware.camera.any"