I'm having some problems using google play services in Android Studio. I'm try using 11.2.2 version but it seems I don't have installed it. I can't update my current version which is 11.0.4
Here are my google play services dependence in my build.gradle file:
compile 'com.google.android.gms:play-services:11.2.2'
compile 'com.google.android.gms:play-services-places:11.2.2'
And here my errors:
Error:(30, 13) Failed to resolve: com.google.android.gms:play-services:11.2.2
Error:(31, 13) Failed to resolve: com.google.android.gms:play-services-places:11.2.2
If I use version 11.0.4 instead of 11.2.2 the code seems to work. How can I solve this problem?