Skip to content

Commit 166f4de

Browse files
committed
Update Maps Demo to use the new connectionless API
1 parent 023cc78 commit 166f4de

File tree

3 files changed

+172
-214
lines changed

3 files changed

+172
-214
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020

2121
dependencies {
2222
compile 'com.android.support:appcompat-v7:25.3.1'
23-
compile 'com.google.android.gms:play-services-maps:9.8.0'
24-
compile 'com.google.android.gms:play-services-location:9.8.0'
25-
compile 'com.github.hotchemi:permissionsdispatcher:2.2.0'
26-
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.2.0'
23+
compile 'com.google.android.gms:play-services-maps:11.0.1'
24+
compile 'com.google.android.gms:play-services-location:11.0.1'
25+
compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'
26+
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
2727
}

0 commit comments

Comments
 (0)