File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,8 @@ dependencies {
27
27
implementation ' com.android.support:appcompat-v7:25.3.1'
28
28
testImplementation ' junit:junit:4.12'
29
29
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
30
+ implementation ' com.google.firebase:firebase-core:11.0.0'
31
+ implementation ' com.google.firebase:firebase-auth:11.0.0'
30
32
}
33
+
34
+ // apply plugin: 'com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.0.0-alpha3'
11
+ classpath ' com.google.gms:google-services:3.1.0'
11
12
12
13
// NOTE: Do not place your application dependencies here; they belong
13
14
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments