Revision 8aa9b077
Added by Leszek Koltunski over 5 years ago
| build.gradle | ||
|---|---|---|
| 1 | 1 |
apply plugin: 'com.android.application' |
| 2 | 2 |
apply plugin: 'com.google.gms.google-services' |
| 3 |
apply plugin: 'com.google.firebase.crashlytics' |
|
| 3 | 4 |
|
| 4 | 5 |
android {
|
| 5 | 6 |
compileSdkVersion 29 |
| ... | ... | |
| 24 | 25 |
dependencies {
|
| 25 | 26 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
| 26 | 27 |
implementation 'com.google.firebase:firebase-analytics:17.3.0' |
| 28 |
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta04' |
|
| 27 | 29 |
|
| 28 | 30 |
api project(':distorted-library')
|
| 29 | 31 |
implementation 'androidx.appcompat:appcompat:1.1.0' |
Also available in: Unified diff
Add Firebase Crashlytics.