Created
November 13, 2020 12:33
-
-
Save NaCI/5be8bb9b60b309766c92dcac78e1cbf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
... | |
//Google Services | |
gmsImplementation "com.google.android.gms:play-services-location:${googleGmsVersion}" | |
//Huawei Services | |
hmsImplementation "com.huawei.agconnect:agconnect-core:${hmsVersion}" | |
hmsImplementation "com.huawei.hms:location:${hmsLocationVersion}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment