-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathbuild.gradle
More file actions
16 lines (15 loc) · 686 Bytes
/
Copy pathbuild.gradle
File metadata and controls
16 lines (15 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.9'
// Make sure that you have the Google services Gradle plugin dependency
classpath 'com.google.gms:google-services:4.4.4'
// Add the dependency for the Crashlytics Gradle plugin
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.6'
}
}
plugins {
id 'com.android.application' version '8.13.1' apply false
id 'com.android.library' version '8.13.1' apply false
id 'com.google.gms.google-services' version '4.4.4' apply false
}