added back google services plugin

This commit is contained in:
Mariotaku Lee 2017-09-23 22:11:09 +08:00
parent a26b23f574
commit 4d4aea7b1f
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@ subprojects {
kotlinVersion = '1.1.4-3'
pluginVersions = [
AndroidSvgDrawable: '3.0.0',
PlayServices : '3.1.0',
PlayServices : '3.1.1',
]
libVersions = [
Kotlin : "${kotlinVersion}",
@ -47,7 +47,7 @@ subprojects {
MariotakuCommons : '0.9.20',
RestFu : '0.9.60',
ObjectCursor : '0.9.21',
PlayServices : '11.2.2',
PlayServices : '11.4.0',
MapsUtils : '0.5',
DropboxCoreSdk : '3.0.3',
GoogleDriveApi : 'v3-rev81-1.22.0',

View File

@ -296,4 +296,6 @@ task svgToMipmap(type: SvgDrawableTask) {
outputFormat = 'PNG'
outputType = 'mipmap'
}
}
apply plugin: 'com.google.gms.google-services'