pull/276/head^2
Kevin Hester 2021-04-05 15:17:53 +08:00
rodzic 7f6ed483a9
commit 6c8aab5a43
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.4.31' ext.kotlin_version = '1.4.32'
ext.coroutines_version = "1.4.1" ext.coroutines_version = "1.4.1"
repositories { repositories {
@ -21,7 +21,7 @@ buildscript {
// Check that you have the Google Services Gradle plugin v4.3.2 or later // Check that you have the Google Services Gradle plugin v4.3.2 or later
// (if not, add it). // (if not, add it).
classpath 'com.google.gms:google-services:4.3.5' classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.1' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.5.2'
// protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin // protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.15' classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.15'