Skip to content

Commit

Permalink
Merge pull request #1 from NUSEvents/FirebaseConnectShraddy
Browse files Browse the repository at this point in the history
Firebase connected. Dependencies added
  • Loading branch information
tshradheya authored Jun 8, 2017
2 parents 8c029e0 + a941b01 commit 3561ae2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:design:25.3.1'
testCompile 'junit:junit:4.12'

compile 'com.google.firebase:firebase-auth:11.0.0'

compile 'com.google.firebase:firebase-database:11.0.0'


}

apply plugin: 'com.google.gms.google-services'
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'

classpath 'com.google.gms:google-services:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 3561ae2

Please sign in to comment.