Skip to content

Commit 44ec87b

Browse files
committed
update readme
1 parent 8142ef6 commit 44ec87b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

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

9999
```Gradle
100100
buildscript {
101101
// ...
102102
ext {
103-
buildToolsVersion = "29.0.2"
103+
buildToolsVersion = "35.0.0"
104104
minSdkVersion = 23 // <-- Here
105-
compileSdkVersion = 34 // <-- Here
106-
targetSdkVersion = 33 // <-- Here
105+
compileSdkVersion = 35 // <-- Here
106+
targetSdkVersion = 35 // <-- Here
107107
}
108108
// ...
109109
}

0 commit comments

Comments
 (0)