play-services-location updated to more actual version

This commit is contained in:
Bas9312 2020-09-03 15:38:59 +05:00 committed by GitHub
parent 2351cce332
commit d9fddd8276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ dependencies {
constraints {
implementation("com.google.android.gms:play-services-location") {
version {
require '1.0.0'
require '17.0.0'
}
}
}