Revision 34d9e652
Added by Leszek Koltunski over 2 years ago
build.gradle | ||
---|---|---|
38 | 38 |
api project(':distorted-flags') |
39 | 39 |
|
40 | 40 |
implementation 'com.google.firebase:firebase-analytics:21.0.0' |
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
|
|
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.11'
|
|
42 | 42 |
implementation 'com.google.android.play:core:1.10.3' |
43 |
implementation 'androidx.appcompat:appcompat:1.4.1'
|
|
44 |
implementation 'com.google.android.material:material:1.6.0'
|
|
43 |
implementation 'androidx.appcompat:appcompat:1.4.2'
|
|
44 |
implementation 'com.google.android.material:material:1.6.1'
|
|
45 | 45 |
implementation project(path: ':distorted-puzzle-jsons') |
46 | 46 |
implementation project(path: ':distorted-puzzle-dmesh') |
47 | 47 |
} |
Also available in: Unified diff
include newest libraries.