1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-03 20:27:40 +01:00

com.google.gms:google-services:3.2.1

This commit is contained in:
tateisu 2018-05-06 17:09:18 +09:00
parent d1b3056e14
commit 36e2bf8e68
2 changed files with 10 additions and 1 deletions

View File

@ -13,7 +13,15 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.gms:google-services:3.0.0' classpath 'com.google.gms:google-services:3.2.1'
// https://android-developers.googleblog.com/2018/05/announcing-new-sdk-versioning.html
// com.google.gms:google-services:3.3.0 使3.3.0Gradle sync
//
// https://developers.google.com/android/guides/google-services-plugin 3.2.1
//
// https://stackoverflow.com/questions/50166102/gradle-project-sync-failing-after-google-announced-the-new-sdk-versioning-system
// https://issuetracker.google.com/issues/79122163
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }

View File

@ -17,6 +17,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
} }
dependencies { dependencies {