Skip to content

Commit c9c8e26

Browse files
committed
chore: update README.md
1 parent 9fa105b commit c9c8e26

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
@@ -15,7 +15,7 @@ This repository contains a React Native plugin that provides a [Google Navigatio
1515

1616
| | Android | iOS |
1717
| ------------------------------- | ------- | --------- |
18-
| **Minimum mobile OS supported** | SDK 23+ | iOS 16.0+ |
18+
| **Minimum mobile OS supported** | SDK 24+ | iOS 16.0+ |
1919

2020
* A React Native project
2121
* A Google Cloud project
@@ -84,12 +84,12 @@ dependencies {
8484

8585
#### Minimum SDK Requirements for Android
8686

87-
The `minSdkVersion` for your Android project must be set to 23 or higher in `android/app/build.gradle`:
87+
The `minSdkVersion` for your Android project must be set to 24 or higher in `android/app/build.gradle`:
8888

8989
```groovy
9090
android {
9191
defaultConfig {
92-
minSdkVersion 23
92+
minSdkVersion 24
9393
}
9494
}
9595
```

0 commit comments

Comments
 (0)