From 118cb7e9ffbfbcd9166ad553ef340e7b3515c601 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 1 Feb 2021 03:12:56 -0800 Subject: [PATCH] Update to SoLoader 0.10.1 Summary: Used this to find out that my 0.10 release was borked but this one works. This doesn't require any code changes because we're already using the equivalent of 0.10.1 internally through the mono repo. Changelog: Update to SoLoader 0.10.1 Reviewed By: nikoant Differential Revision: D26148652 fbshipit-source-id: 7d8c2bc8d8dfaca7118d240bd365be08948e4623 --- build.gradle | 2 +- docs/getting-started/android-native.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 71b05688f..e48133136 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ ext.deps = [ // Arch archPaging : 'android.arch.paging:runtime:1.0.0', // First-party - soloader : 'com.facebook.soloader:soloader:0.9.0', + soloader : 'com.facebook.soloader:soloader:0.10.1', screenshot : 'com.facebook.testing.screenshot:core:0.5.0', // Annotations jsr305 : 'com.google.code.findbugs:jsr305:3.0.2', diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index e66a358a3..812cabbb8 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -27,7 +27,7 @@ repositories { dependencies { debugImplementation 'com.facebook.flipper:flipper:0.73.0' - debugImplementation 'com.facebook.soloader:soloader:0.9.0' + debugImplementation 'com.facebook.soloader:soloader:0.10.1' releaseImplementation 'com.facebook.flipper:flipper-noop:0.73.0' } @@ -102,7 +102,7 @@ repositories { dependencies { debugImplementation 'com.facebook.flipper:flipper:0.73.1-SNAPSHOT' - debugImplementation 'com.facebook.soloader:soloader:0.9.0' + debugImplementation 'com.facebook.soloader:soloader:0.10.1' releaseImplementation 'com.facebook.flipper:flipper-noop:0.73.1-SNAPSHOT' }