File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ dependencies {
44
44
compile " com.google.firebase:firebase-auth:$firebaseVersion "
45
45
compile " com.google.android.gms:play-services-auth:$firebaseVersion "
46
46
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 }
49
49
50
50
// The following libraries are needed to prevent incompatibilities with the facebook
51
51
// library when updating com.android.support libraries:
52
52
compile " com.android.support:cardview-v7:$supportLibraryVersion "
53
53
54
54
testCompile ' junit:junit:4.12'
55
55
// noinspection NewerVersionAvailable, GradleDynamicVersion
56
- testCompile ' org.mockito:mockito-core:2.6 .+'
56
+ testCompile ' org.mockito:mockito-core:2.7 .+'
57
57
testCompile ' org.robolectric:robolectric:3.2.2'
58
58
// See https://github.com/robolectric/robolectric/issues/1932#issuecomment-219796474
59
59
testCompile ' org.khronos:opengl-api:gl1.1-android-2.1_r1'
You can’t perform that action at this time.
0 commit comments