From 3a87694c90933705045eedafa502a92a4af2fd75 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 12 Feb 2020 02:26:36 -0800 Subject: [PATCH] v0.8.2 Summary: New release including a change that makes `Soloader.init(Context, int, SoFileLoader)` public. Reviewed By: mweststrate Differential Revision: D19852919 fbshipit-source-id: ca86126db2d2752773574c07c0341a4ef82dea2f --- artifacts/ANNOTATION | 2 +- artifacts/NATIVELOADER | 2 +- artifacts/SOLOADER | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index a40e96f..50a69ad 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'annotation' -VERSION='0.8.1' +VERSION='0.8.2' DESCRIPTION = "DoNotOptimize class" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index 6ff2ec6..e45ed6b 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'nativeloader' PACKAGING = 'jar' -VERSION='0.8.1' +VERSION='0.8.2' DESCRIPTION = "Native code loading interface for Android" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index 1da9751..889e327 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.8.1' +VERSION='0.8.2' DESCRIPTION = "Reliable native code loader for Android" URL = 'https://github.com/facebook/soloader' @@ -25,13 +25,13 @@ INTERNAL_DEPENDENCIES = ("" "" "com.facebook.soloader" "annotation" - "0.8.1" + "0.8.2" "compile" "" "" "com.facebook.soloader" "nativeloader" - "0.8.1" + "0.8.2" "compile" "" "")