Skip to content

Commit 534e104

Browse files
authored
Update README.md
1 parent 3869c3c commit 534e104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ public void onCreate() {
8989
}
9090
```
9191

92-
- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` and `targetSdkVersion` to at least **31**
92+
- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` and `targetSdkVersion` to at least **33**
9393

9494
```Gradle
9595
buildscript {
9696
// ...
9797
ext {
9898
buildToolsVersion = "29.0.2"
9999
minSdkVersion = 21 // <-- Here
100-
compileSdkVersion = 31 // <-- Here
101-
targetSdkVersion = 31 // <-- Here
100+
compileSdkVersion = 33 // <-- Here
101+
targetSdkVersion = 33 // <-- Here
102102
}
103103
// ...
104104
}

0 commit comments

Comments
 (0)