Bump some more dependencies (#414)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/414

Some more minor upgrades.

Reviewed By: jknoxville

Differential Revision: D14933687

fbshipit-source-id: 35bfcbb2ab3e552e430d8a2e3e30fb3568fab6c9
This commit is contained in:
Pascal Hartig
2019-04-15 09:50:32 -07:00
committed by Facebook Github Bot
parent 59881f1888
commit 9389a8e919
2 changed files with 7 additions and 7 deletions

View File

@@ -21,8 +21,8 @@ android {
} }
compileOptions { compileOptions {
targetCompatibility = "8" targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = "8" sourceCompatibility = JavaVersion.VERSION_1_8
} }
} }

View File

@@ -57,7 +57,7 @@ ext.deps = [
soloader : 'com.facebook.soloader:soloader:0.6.0', soloader : 'com.facebook.soloader:soloader:0.6.0',
screenshot : 'com.facebook.testing.screenshot:core:0.5.0', screenshot : 'com.facebook.testing.screenshot:core:0.5.0',
// Annotations // Annotations
jsr305 : 'com.google.code.findbugs:jsr305:3.0.1', jsr305 : 'com.google.code.findbugs:jsr305:3.0.2',
inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2', inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2',
// Litho // Litho
lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION",
@@ -74,10 +74,10 @@ ext.deps = [
junit : 'junit:junit:4.12', junit : 'junit:junit:4.12',
hamcrest : 'org.hamcrest:hamcrest-library:1.3', hamcrest : 'org.hamcrest:hamcrest-library:1.3',
mockito : 'org.mockito:mockito-core:1.9.5', mockito : 'org.mockito:mockito-core:1.9.5',
stetho : 'com.facebook.stetho:stetho:1.5.0', stetho : 'com.facebook.stetho:stetho:1.5.1',
okhttp3 : 'com.squareup.okhttp3:okhttp:3.14.1', okhttp3 : 'com.squareup.okhttp3:okhttp:3.14.1',
leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.1', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3',
testCore : 'androidx.test:core:1.0.0', testCore : 'androidx.test:core:1.1.0',
testRules : 'androidx.test:rules:1.1.0', testRules : 'androidx.test:rules:1.1.0',
// Plugin dependencies // Plugin dependencies
rhino : 'org.mozilla:rhino:1.7.10', rhino : 'org.mozilla:rhino:1.7.10',