Skip to content

Commit 8e3f109

Browse files
committed
readme update
1 parent de601da commit 8e3f109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ public void onCreate() {
9494
}
9595
```
9696

97-
- Open `android/build.gradle` and change `minSdkVersion` to **21**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
97+
- Open `android/build.gradle` and change `minSdkVersion` to **23**, `compileSdkVersion` to at least **34** and `targetSdkVersion` to at least **33**
9898

9999
```Gradle
100100
buildscript {
101101
// ...
102102
ext {
103103
buildToolsVersion = "29.0.2"
104-
minSdkVersion = 21 // <-- Here
104+
minSdkVersion = 23 // <-- Here
105105
compileSdkVersion = 34 // <-- Here
106106
targetSdkVersion = 33 // <-- Here
107107
}

0 commit comments

Comments
 (0)