We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e494e30 commit b06f438Copy full SHA for b06f438
app/build.gradle
@@ -29,9 +29,14 @@ dependencies {
29
implementation 'com.android.support:cardview-v7:27.1.1'
30
implementation 'com.android.support:design:27.1.1'
31
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
32
+ implementation 'com.android.support:preference-v7:27.1.1'
33
+ compile 'com.google.firebase:firebase-database:11.0.4'
34
+ compile 'com.google.firebase:firebase-storage:11.0.4'
35
36
implementation 'com.stephentuso:welcome:1.4.1'
37
38
implementation 'com.android.support:recyclerview-v7:27.1.1'
39
40
}
41
+
42
+apply plugin: 'com.google.gms.google-services'
0 commit comments