Merge pull request #157 from Bas9312/master

play-services-location updated to more actual version
This commit is contained in:
Maxim Bachinsky 2020-09-03 14:56:22 +03:00 committed by GitHub
commit 3a203c63f3
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'
}
}
}