You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Minimum mobile OS supported**| SDK 24+ | iOS 16.0+ |
18
+
|**Minimum mobile OS supported**| SDK 26+ | iOS 16.0+ |
19
+
|**Compile/Target SDK**| SDK 36+ | - |
19
20
20
21
* A React Native project
21
22
* A Google Cloud project
@@ -100,16 +101,18 @@ dependencies {
100
101
101
102
#### Minimum SDK Requirements for Android
102
103
103
-
The `minSdkVersion`foryour Android project must be set to 24 or higherin`android/app/build.gradle`:
104
+
The `minSdkVersion`foryour Android project must be set to 26 or higherin`android/app/build.gradle`:
104
105
105
106
```groovy
106
107
android {
107
108
defaultConfig {
108
-
minSdkVersion 24
109
+
minSdkVersion 26
109
110
}
110
111
}
111
112
```
112
113
114
+
The `compileSdkVersion` and `targetSdkVersion` should be set to 36 or higher.
115
+
113
116
#### Set Google Maps API Key
114
117
115
118
To securely store your API key, it is recommended to use the [Google Maps Secrets Gradle Plugin](https://developers.google.com/maps/documentation/android-sdk/secrets-gradle-plugin). This plugin helps manage API keys without exposing them in your app's source code.
0 commit comments