From af3d0a956345c7ffc319d4fafd2c0d8d2051dba4 Mon Sep 17 00:00:00 2001 From: Gauhar Date: Tue, 20 May 2025 12:59:49 +0500 Subject: [PATCH] fix typo in README about the compileSdkVersion --- permission_handler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/permission_handler/README.md b/permission_handler/README.md index cf268e369..aea8e355a 100644 --- a/permission_handler/README.md +++ b/permission_handler/README.md @@ -33,7 +33,7 @@ android.useAndroidX=true android.enableJetifier=true ``` -2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 33: +2. Make sure you set the `compileSdkVersion` in your "android/app/build.gradle" file to 35: ```gradle android {