Revision d828d78e
Added by Leszek Koltunski about 3 years ago
build.gradle | ||
---|---|---|
34 | 34 |
} |
35 | 35 |
|
36 | 36 |
dependencies { |
37 |
api project(':distorted-library') |
|
38 | 37 |
api project(':distorted-objectlib') |
39 | 38 |
api project(':distorted-flags') |
40 | 39 |
|
41 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
42 | 40 |
implementation 'com.google.firebase:firebase-analytics:19.0.2' |
43 | 41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.3' |
44 | 42 |
implementation 'com.google.android.play:core:1.10.2' |
Also available in: Unified diff
Simplify dependancies.