From 2987c32ed8e91a058275b273b7125da86fea50d4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 18 Jul 2018 04:20:34 -0700 Subject: [PATCH] Bump SoLoader (#159) Summary: See https://github.com/facebook/SoLoader/issues/13. Pull Request resolved: https://github.com/facebook/Sonar/pull/159 Reviewed By: jknoxville Differential Revision: D8876179 Pulled By: passy fbshipit-source-id: 0965f9c952410bf8f4fec80b715dd93b5c1a8918 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e654bdf6..27ee4305a 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext.deps = [ // Arch archPaging : 'android.arch.paging:runtime:1.0.0', // First-party - soloader : 'com.facebook.soloader:soloader:0.4.1', + soloader : 'com.facebook.soloader:soloader:0.5.0', screenshot : 'com.facebook.testing.screenshot:core:0.5.0', // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.1',