Revision a59f38d6
Added by Leszek Koltunski over 2 years ago
build.gradle | ||
---|---|---|
37 | 37 |
api project(':distorted-objectlib') |
38 | 38 |
api project(':distorted-flags') |
39 | 39 |
|
40 |
implementation 'com.google.firebase:firebase-analytics:21.0.0' |
|
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.11' |
|
40 |
implementation platform('com.google.firebase:firebase-bom:30.2.0') |
|
41 |
implementation 'com.google.firebase:firebase-messaging' |
|
42 |
implementation 'com.google.firebase:firebase-analytics' |
|
43 |
implementation 'com.google.firebase:firebase-crashlytics' |
|
44 |
implementation 'com.google.firebase:firebase-inappmessaging-display' |
|
42 | 45 |
implementation 'com.google.android.play:core:1.10.3' |
43 | 46 |
implementation 'androidx.appcompat:appcompat:1.4.2' |
47 |
implementation "androidx.work:work-runtime:2.7.1" |
|
44 | 48 |
implementation 'com.google.android.material:material:1.6.1' |
45 | 49 |
implementation project(path: ':distorted-puzzle-jsons') |
46 | 50 |
implementation project(path: ':distorted-puzzle-dmesh') |
Also available in: Unified diff
Add Firebase Cloud Messaging and Firebase In-App Messaging