Skip to content

Commit

Permalink
Fix example app build
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 2, 2023
1 parent e9c8c36 commit dc85834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions auth0_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -92,7 +91,7 @@ android {
enable true
reset()
include 'x86', 'x86_64', 'armeabi', 'armeabi-v7a', 'mips', 'mips64', 'arm64-v8a'
universalApk false
universalApk true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<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.auth0.auth0_flutter_example">

<application
android:label="auth0_flutter_example"
Expand Down

0 comments on commit dc85834

Please sign in to comment.