Skip to content

Commit a885a34

Browse files
committed
Update dependencies
Signed-off-by: Alex Saveau <[email protected]>
1 parent 4b06e19 commit a885a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

auth/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ 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.19.0'
48-
compile("com.twitter.sdk.android:twitter:2.3.0@aar") { transitive = true }
47+
compile 'com.facebook.android:facebook-android-sdk:4.20.0'
48+
compile("com.twitter.sdk.android:twitter:2.3.1@aar") { transitive = true }
4949

5050
// The following libraries are needed to prevent incompatibilities with the facebook
5151
// library when updating com.android.support libraries:
5252
compile "com.android.support:cardview-v7:$supportLibraryVersion"
5353

5454
testCompile 'junit:junit:4.12'
5555
//noinspection NewerVersionAvailable, GradleDynamicVersion
56-
testCompile 'org.mockito:mockito-core:2.6.+'
56+
testCompile 'org.mockito:mockito-core:2.7.+'
5757
testCompile 'org.robolectric:robolectric:3.2.2'
5858
// See https://github.com/robolectric/robolectric/issues/1932#issuecomment-219796474
5959
testCompile 'org.khronos:opengl-api:gl1.1-android-2.1_r1'

0 commit comments

Comments
 (0)