Revision bf9efa02
Added by Leszek Koltunski over 4 years ago
| build.gradle | ||
|---|---|---|
| 36 | 36 |
dependencies {
|
| 37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
| 38 | 38 |
implementation 'com.google.firebase:firebase-analytics:19.0.0' |
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:18.0.0'
|
|
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:18.1.0'
|
|
| 40 | 40 |
implementation 'com.google.android.play:core:1.10.0' |
| 41 | 41 |
|
| 42 | 42 |
api project(':distorted-library')
|
| 43 | 43 |
implementation 'androidx.appcompat:appcompat:1.3.0' |
| 44 |
implementation 'com.google.android.material:material:1.3.0'
|
|
| 44 |
implementation 'com.google.android.material:material:1.4.0'
|
|
| 45 | 45 |
} |
Also available in: Unified diff
up library versions.