File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9090android {
9191 defaultConfig {
92- minSdkVersion 23
92+ minSdkVersion 24
9393 }
9494}
9595```
You can’t perform that action at this time.
0 commit comments