WEBVTT

00:00.080 --> 00:00.960
Welcome back.

00:01.000 --> 00:06.240
We created the project in Google Cloud and in Android Studio.

00:06.280 --> 00:14.040
Now let's add the dependencies required for maps for using Google Maps in Android Studio.

00:14.080 --> 00:23.880
Go to developer dot google.com, slash slash documentation, slash Android SDK or simply you can search

00:23.880 --> 00:29.840
for Google Maps here in the Developers.google.com.

00:29.880 --> 00:41.360
Then you can read the documentation and scroll down for the maps SDK for Android, scroll down and select

00:41.400 --> 00:43.720
Jetpack Compose components.

00:44.000 --> 00:49.920
If you are using with Kotlin extension to enable concise and idiomatic Kotlin, you can use this the

00:49.920 --> 00:54.080
SDK for Android Utility if you are using Java or Kotlin.

00:54.120 --> 00:57.600
Also we are you can get for the Java.

00:58.080 --> 01:01.000
For the Jetpack Compose components.

01:01.000 --> 01:08.400
Click on this, scroll down and you can get this repository on GitHub.

01:08.440 --> 01:14.600
Okay, copy this implementation and go to Gradle Scripts module.

01:14.640 --> 01:17.800
Scroll down and paste it here.

01:17.840 --> 01:20.320
Use the double quotations sink.

01:20.320 --> 01:21.800
Now here we go.

01:22.160 --> 01:26.480
The Google Maps SDK is added into our project.

01:26.520 --> 01:33.160
Okay, in the next video we're going to continue with Google Map and we're going to learn about Google

01:33.160 --> 01:34.840
Map composable functions.
