I am trying to use Firebase, and am using Android Studio version 1.5.1 but if I try to sync my project after adding classpath 'com.google.gms:google-services:3.0.0'
and the plugin at the bottom apply plugin: 'com.google.gms.google-services'
of the App-level build.gradle .
The error still remains the same No cached version fof "com.google.gms:google-services:3.0.0" available for offline mode
I have tried to read existing answers on Stack Overflow, but it doesn't work for me.