Bump SoLoader dependency

Summary: 0.8.0 is required for compatibility of our sample app with new fbjni.

Reviewed By: jknoxville

Differential Revision: D17547812

fbshipit-source-id: 5ad98fe5629cd63be8a253c881e20e8df4d0df74
This commit is contained in:
Pascal Hartig
2019-09-24 15:18:55 -07:00
committed by Facebook Github Bot
parent 36689add82
commit 9af2030b43

View File

@@ -60,7 +60,7 @@ ext.deps = [
// Arch // Arch
archPaging : 'android.arch.paging:runtime:1.0.0', archPaging : 'android.arch.paging:runtime:1.0.0',
// First-party // First-party
soloader : 'com.facebook.soloader:soloader:0.6.0', soloader : 'com.facebook.soloader:soloader:0.8.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.2', jsr305 : 'com.google.code.findbugs:jsr305:3.0.2',