From 42cb90ad40395b042eefc23f4409630d69152d92 Mon Sep 17 00:00:00 2001 From: Adrian Catana Date: Wed, 3 Jan 2024 09:04:27 -0800 Subject: [PATCH] v0.11.0 Summary: Shipping a new release with all the fixes from 2023. Reviewed By: simpleton Differential Revision: D52443197 fbshipit-source-id: 15b9f4c5355103d1ddbe99444b5a8c58efb49797 --- README.md | 2 +- artifacts/ANNOTATION | 2 +- artifacts/NATIVELOADER | 2 +- artifacts/SOLOADER | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae80fe1..cb31985 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can use [prebuilt aars](https://github.com/facebook/soloader/releases/latest or fetch SoLoader from Maven repository by adding the following to your `build.gradle` file: ```groovy -implementation 'com.facebook.soloader:soloader:0.10.5+' +implementation 'com.facebook.soloader:soloader:0.11.0+' ``` ## Building from source diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index 87763b2..e883905 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'annotation' PACKAGING = 'jar' -VERSION='0.10.5' +VERSION='0.11.0' DESCRIPTION = "DoNotOptimize class" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index d7ec288..f992d2c 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'nativeloader' PACKAGING = 'jar' -VERSION='0.10.5' +VERSION='0.11.0' DESCRIPTION = "Native code loading interface for Android" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index c318bae..0d08471 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.10.5' +VERSION='0.11.0' DESCRIPTION = "Reliable native code loader for Android" URL = 'https://github.com/facebook/soloader' @@ -25,13 +25,13 @@ INTERNAL_DEPENDENCIES = ("" "" "com.facebook.soloader" "annotation" - "0.10.5" + "0.11.0" "compile" "" "" "com.facebook.soloader" "nativeloader" - "0.10.5" + "0.11.0" "compile" "" "")