Skip to content

Commit af3d0a9

Browse files
committed
fix typo in README about the compileSdkVersion
1 parent c438a1f commit af3d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permission_handler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android.useAndroidX=true
3333
android.enableJetifier=true
3434
```
3535

36-
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33:
36+
2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 35:
3737

3838
```gradle
3939
android {

0 commit comments

Comments
 (0)