Added Google Firebase

This commit is contained in:
Caesar2011
2018-07-23 00:51:35 +02:00
parent e7089e7b79
commit bc72127273
5 changed files with 61 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ android {
dependencies {
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.google.firebase:firebase-crash:11.8.0'
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
@@ -50,4 +51,7 @@ dependencies {
// https://github.com/bignerdranch/expandable-recycler-view
implementation 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'
implementation files('libs/jericho-html-3.4.jar')
implementation 'com.google.firebase:firebase-core:16.0.1'
}
apply plugin: 'com.google.gms.google-services'