add namespace to build.gradle

This commit is contained in:
Adam Velebil 2023-01-24 09:28:31 +01:00
parent fb756f02a1
commit b217a17250
5 changed files with 8 additions and 6 deletions

View File

@ -33,6 +33,8 @@ import com.android.build.OutputFile
android {
namespace 'com.yubico.authenticator'
compileSdkVersion project.compileSdkVersion
compileOptions {

View File

@ -1,6 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yubico.authenticator">
xmlns:tools="http://schemas.android.com/tools">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yubico.authenticator">
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.NFC" />

View File

@ -25,6 +25,9 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
namespace 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
compileSdkVersion 33
compileOptions {

View File

@ -1,5 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yubico.authenticator.flutter_plugins.qrscanner_zxing">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-feature
android:name="android.hardware.camera"