We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3869c3c commit 534e104Copy full SHA for 534e104
README.md
@@ -89,16 +89,16 @@ public void onCreate() {
89
}
90
```
91
92
-- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` and `targetSdkVersion` to at least **31**
+- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` and `targetSdkVersion` to at least **33**
93
94
```Gradle
95
buildscript {
96
// ...
97
ext {
98
buildToolsVersion = "29.0.2"
99
minSdkVersion = 21 // <-- Here
100
- compileSdkVersion = 31 // <-- Here
101
- targetSdkVersion = 31 // <-- Here
+ compileSdkVersion = 33 // <-- Here
+ targetSdkVersion = 33 // <-- Here
102
103
104
0 commit comments