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 de601da commit 8e3f109Copy full SHA for 8e3f109
README.md
@@ -94,14 +94,14 @@ public void onCreate() {
94
}
95
```
96
97
-- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
+- Open `android/build.gradle` and change `minSdkVersion` to **23**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
98
99
```Gradle
100
buildscript {
101
// ...
102
ext {
103
buildToolsVersion = "29.0.2"
104
- minSdkVersion = 21 // <-- Here
+ minSdkVersion = 23 // <-- Here
105
compileSdkVersion = 34 // <-- Here
106
targetSdkVersion = 33 // <-- Here
107
0 commit comments