diff --git a/app/src/main/res/values/config.xml b/app/src/main/res/values/config.xml
index d1d73c6e4..187ef872f 100644
--- a/app/src/main/res/values/config.xml
+++ b/app/src/main/res/values/config.xml
@@ -5,4 +5,9 @@
and provide your value here.
-->
CHANGE-ME
+
+
+ fbYOUR_APP_ID
diff --git a/auth/build.gradle b/auth/build.gradle
index 2e198db98..0bc1cae6c 100644
--- a/auth/build.gradle
+++ b/auth/build.gradle
@@ -24,7 +24,7 @@ dependencies {
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile "org.robolectric:robolectric:3.1-rc1"
compile "com.android.support:appcompat-v7:${project.ext.support_library_version}"
- compile 'com.facebook.android:facebook-android-sdk:4.11.0'
+ compile 'com.facebook.android:facebook-android-sdk:4.14.1'
compile "com.android.support:design:${project.ext.support_library_version}"
compile "com.google.firebase:firebase-auth:${project.ext.firebase_version}"
diff --git a/auth/src/main/AndroidManifest.xml b/auth/src/main/AndroidManifest.xml
index 4daaf5e38..db7c01d42 100644
--- a/auth/src/main/AndroidManifest.xml
+++ b/auth/src/main/AndroidManifest.xml
@@ -1,4 +1,5 @@
@@ -32,10 +33,24 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/auth/src/main/res/values/config.xml b/auth/src/main/res/values/config.xml
index 3c55db4c1..95a0da212 100644
--- a/auth/src/main/res/values/config.xml
+++ b/auth/src/main/res/values/config.xml
@@ -9,6 +9,16 @@
-->
CHANGE-ME
+
+ fbYOUR_APP_ID
+