Skip to content

Commit

Permalink
Fix Android-related line in the README (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Jul 24, 2023
1 parent 7912311 commit d809aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ final auth0 = Auth0('YOUR_AUTH0_DOMAIN', 'YOUR_AUTH0_CLIENT_ID');

##### Android: Configure manifest placeholders

Open the `android/build.gradle` file and add the following manifest placeholders inside **android > defaultConfig**.
Open the `android/app/build.gradle` file and add the following manifest placeholders inside **android > defaultConfig**.

```groovy
// android/build.gradle
Expand Down

0 comments on commit d809aa0

Please sign in to comment.