Skip to content

Commit 88e010c

Browse files
committed
Initial Auth Commit.
1 parent a061489 commit 88e010c

File tree

13 files changed

+426
-236
lines changed

13 files changed

+426
-236
lines changed

FirebaseUI-Android.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/app.iml

Lines changed: 0 additions & 106 deletions
This file was deleted.

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.application'
2+
apply plugin: 'com.google.gms.google-services'
23

34
android {
45
compileSdkVersion 22
@@ -28,8 +29,9 @@ android {
2829
dependencies {
2930
compile fileTree(dir: 'libs', include: ['*.jar'])
3031
compile 'com.android.support:appcompat-v7:22.2.0'
32+
compile 'com.google.android.gms:play-services-identity:8.1.0'
33+
compile 'com.google.android.gms:play-services-plus:8.1.0'
3134
compile 'com.firebase:firebase-client-android:2.3.1'
3235
compile 'com.android.support:recyclerview-v7:22.2.1'
3336
compile project(':library')
34-
}
35-
37+
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.2.3'
9-
9+
classpath 'com.google.gms:google-services:1.4.0-beta3'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}

library/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.google.gms.google-services'
23

34
android {
45
compileSdkVersion 22
@@ -44,5 +45,7 @@ dependencies {
4445
compile 'com.android.support:appcompat-v7:22.2.0'
4546
compile 'com.firebase:firebase-client-android:2.3.1'
4647
compile 'com.android.support:recyclerview-v7:22.2.0'
48+
compile 'com.google.android.gms:play-services-identity:8.1.0'
49+
compile 'com.google.android.gms:play-services-plus:8.1.0'
4750
androidTestCompile 'junit:junit:4.12'
4851
}

library/library.iml

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)