Skip to content

Commit cf96d39

Browse files
SUPERCILEXsamtstern
authored andcommitted
Update Facebook lib version (#728)
1 parent 251d757 commit cf96d39

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
compile "com.google.firebase:firebase-auth:$firebaseVersion"
4545
compile "com.google.android.gms:play-services-auth:$firebaseVersion"
4646

47-
compile 'com.facebook.android:facebook-android-sdk:4.22.1'
47+
compile 'com.facebook.android:facebook-android-sdk:4.23.0'
4848
compile("com.twitter.sdk.android:twitter:2.3.2@aar") { transitive = true }
4949

5050
// The following libraries are needed to prevent incompatibilities with the facebook

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ allprojects {
2424
}
2525
}
2626

27-
// TODO Remove once either Facebook or Robolectric fix the crash: https://github.com/robolectric/robolectric/issues/2579#issuecomment-276526911
28-
gradle.taskGraph.whenReady { graph ->
29-
graph.allTasks.findAll { it.name ==~ /testReleaseUnitTest/ }*.enabled = false
30-
}
31-
3227
//Skip Javadoc generation for Java 1.8 as it breaks build
3328
if (JavaVersion.current().isJava8Compatible()) {
3429
allprojects {

0 commit comments

Comments
 (0)