From dc858344bc6f054b404484d9c303447406ba9941 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Thu, 2 Nov 2023 23:19:21 +0000 Subject: [PATCH] Fix example app build --- auth0_flutter/example/android/app/build.gradle | 3 +-- auth0_flutter/example/android/app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth0_flutter/example/android/app/build.gradle b/auth0_flutter/example/android/app/build.gradle index e8aa7cf9..19371927 100644 --- a/auth0_flutter/example/android/app/build.gradle +++ b/auth0_flutter/example/android/app/build.gradle @@ -28,7 +28,6 @@ apply plugin: 'jacoco' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - namespace exampleAppApplicationId compileSdk 31 if (project.android.hasProperty("namespace")) { namespace exampleAppApplicationId @@ -92,7 +91,7 @@ android { enable true reset() include 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'mips', 'mips64', 'arm64-v8a' - universalApk false + universalApk true } } } diff --git a/auth0_flutter/example/android/app/src/main/AndroidManifest.xml b/auth0_flutter/example/android/app/src/main/AndroidManifest.xml index ed99104a..cce6c4b8 100644 --- a/auth0_flutter/example/android/app/src/main/AndroidManifest.xml +++ b/auth0_flutter/example/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools" + package="com.auth0.auth0_flutter_example">