Minor changes in build.gradle

This commit is contained in:
Sylvain Berfini 2018-02-02 16:04:30 +01:00
parent d3baa8de36
commit d668a8f8ab

View file

@ -23,6 +23,7 @@ buildscript {
if (googleFile.exists()) {
classpath 'com.google.gms:google-services:3.+'
}
classpath 'com.google.gms:google-services:3.1.0'
}
}
@ -194,3 +195,5 @@ task runApplication {
}
}
}
apply plugin: 'com.google.gms.google-services'