diff --git a/android/app/build.gradle b/android/app/build.gradle index 5a653810..36cbad80 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -33,6 +33,8 @@ import com.android.build.OutputFile android { + namespace 'com.yubico.authenticator' + compileSdkVersion project.compileSdkVersion compileOptions { diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 85024172..b56df176 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,6 +1,5 @@ + xmlns:tools="http://schemas.android.com/tools"> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3ec2600d..dccf51a3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools"> diff --git a/android/flutter_plugins/qrscanner_zxing/android/build.gradle b/android/flutter_plugins/qrscanner_zxing/android/build.gradle index 7390e928..b8cab373 100644 --- a/android/flutter_plugins/qrscanner_zxing/android/build.gradle +++ b/android/flutter_plugins/qrscanner_zxing/android/build.gradle @@ -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 { diff --git a/android/flutter_plugins/qrscanner_zxing/android/src/main/AndroidManifest.xml b/android/flutter_plugins/qrscanner_zxing/android/src/main/AndroidManifest.xml index 6f7b7afe..1d048636 100644 --- a/android/flutter_plugins/qrscanner_zxing/android/src/main/AndroidManifest.xml +++ b/android/flutter_plugins/qrscanner_zxing/android/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ - +