Skip to content

Commit

Permalink
Update README to reflect correct compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Jun 15, 2022
1 parent d17c13c commit 051828f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions permission_handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ android.useAndroidX=true
android.enableJetifier=true
```

1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 31:
1. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:

```gradle
android {
compileSdkVersion 31
compileSdkVersion 33
...
}
```
Expand Down

0 comments on commit 051828f

Please sign in to comment.