Upgrade Gradle version 2.8 to 2.10 in Android Studio -


i trying add classpath 'com.google.gms:google-services:2.0.0-alpha5' instead of classpath 'com.google.gms:google-services:2.0.0-alpha3' implement google plus signin. gradle project sync ends following error.

warning:gradle version 2.10 required. current version 2.8. if using gradle wrapper, try editing distributionurl in /codes/myproject/gradle/wrapper/gradle-wrapper.properties gradle-2.10-all.zip 

please suggest me possible way solve it.

download latest gradle version opening gradle-wrapper.properties. in project/gradle/wrapper directory. update distributionurl

distributionurl=https://services.gradle.org/distributions/gradle-2.10-all.zip


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -