Skip to content

Commit 2d32a0a

Browse files
committed
Adding dependencies
1 parent 906b28c commit 2d32a0a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ dependencies {
2727
implementation 'com.android.support:appcompat-v7:25.3.1'
2828
testImplementation 'junit:junit:4.12'
2929
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'
3032
}
33+
34+
//apply plugin: 'com.google.gms.google-services'

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.0.0-alpha3'
11+
classpath 'com.google.gms:google-services:3.1.0'
1112

1213
// NOTE: Do not place your application dependencies here; they belong
1314
// in the individual module build.gradle files

0 commit comments

Comments
 (0)