diff --git a/README.md b/README.md index 685b4deb..be38020c 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,9 @@ dependencies { // Make sure to also include the latest version of the Maps SDK for Android implementation 'com.google.android.gms:play-services-maps:18.0.2' + + // Also include Compose version `1.2.0-alpha03` or higher - for example: + implementation "androidx.compose.foundation:foundation:1.2.0-alpha03" } ```