Skip to content

Commit

Permalink
Upgrade google location services
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkareko committed Apr 24, 2024
1 parent 5a1bc73 commit b8d9360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def roomDependencies(configuration) {
}

def locationDependencies(configuration) {
configuration.implementation 'com.google.android.gms:play-services-location:16.0.0'
configuration.implementation 'com.google.android.gms:play-services-location:21.2.0'
}

task jacocoTestReport(type: JacocoReport, dependsOn: [
Expand Down

0 comments on commit b8d9360

Please sign in to comment.