Skip to content

Commit

Permalink
Minor readme update (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 authored Jan 29, 2025
2 parents eb04a48 + e1c7107 commit b49ae8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ android {
defaultConfig {
// ...
// Add the following line
manifestPlaceholders = [auth0Domain: "YOUR_AUTH0_DOMAIN", auth0Scheme: "https"]
manifestPlaceholders += [auth0Domain: "YOUR_AUTH0_DOMAIN", auth0Scheme: "https"]
}
// ...
}
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
manifestPlaceholders = [auth0Domain: "$System.env.AUTH0_DOMAIN",
manifestPlaceholders += [auth0Domain: "$System.env.AUTH0_DOMAIN",
auth0Scheme: "$System.env.AUTH0_CUSTOM_SCHEME"]

testOptions {
Expand Down

0 comments on commit b49ae8a

Please sign in to comment.