I am trying to add Instance ID (last line)
dependencies { //Basic Google libs compile 'com.android.support:support-v4:+' compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.google.android.gms:play-services-base:7.5.0' compile 'com.google.android.gms:play-services-gcm:7.5.0' compile 'com.google.android.gms:play-services-location:7.5.0' compile 'com.google.android.gms:play-services-maps:7.5.0' compile 'com.google.android.gms:play-services-wallet:7.5.0' compile 'com.google.android.gms.iid:7.5.0' }
but I keep getting:
Error: Failed to execute: com.google.android.gms.iid: 7.5.0:
Any clue why?
source share