Skip to content

Instantly share code, notes, and snippets.

@ljcamargo
Last active September 21, 2020 07:15
Show Gist options
  • Select an option

  • Save ljcamargo/abe3835c8c4c40cd57a483d30a114f96 to your computer and use it in GitHub Desktop.

Select an option

Save ljcamargo/abe3835c8c4c40cd57a483d30a114f96 to your computer and use it in GitHub Desktop.
dependencies {
// old code
// implementation 'com.google.android.libraries.places:places:2.3.0'
// implementation "com.google.android.gms:play-services-maps:17.0.0"
// for Google-compatible
googleImplementation 'com.google.android.libraries.places:places:2.3.0'
googleImplementation "com.google.android.gms:play-services-maps:17.0.0"
// for Huawei-compatible
huaweiImplementation 'com.huawei.agconnect:agconnect-core:1.3.2.301'
huaweiImplementation 'com.huawei.hms:maps:5.0.0.300'
huaweiImplementation 'com.huawei.hms:site:5.0.0.300'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment