We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023cc78 commit 166f4deCopy full SHA for 166f4de
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
21
dependencies {
22
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'
+ compile 'com.google.android.gms:play-services-maps:11.0.1'
+ compile 'com.google.android.gms:play-services-location:11.0.1'
+ compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'
+ annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
27
}
0 commit comments