From abd12f78e510e6384aab63f613bceeef76cba8fe Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 11 Sep 2024 04:29:13 -0700 Subject: [PATCH] Prepare Version 0.12.0 (#129) Summary: Pull Request resolved: https://github.com/facebook/SoLoader/pull/129 This bumps all the version numbers to 0.12.0 to be ready for a new release. Reviewed By: cipolleschi Differential Revision: D62444507 fbshipit-source-id: 16f5fd5e29fd5bf7a6f6896455407f393e3bb1b6 --- README.md | 2 +- artifacts/ANNOTATION | 2 +- artifacts/NATIVELOADER | 2 +- artifacts/SOLOADER | 6 +++--- java/com/facebook/soloader/SoLoader.java | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cb31985..ae58663 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.11.0+' +implementation 'com.facebook.soloader:soloader:0.12.0+' ``` ## Building from source diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index e883905..27dfd45 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'annotation' PACKAGING = 'jar' -VERSION='0.11.0' +VERSION='0.12.0' DESCRIPTION = "DoNotOptimize class" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index f992d2c..9c0e800 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'nativeloader' PACKAGING = 'jar' -VERSION='0.11.0' +VERSION='0.12.0' DESCRIPTION = "Native code loading interface for Android" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index 0d08471..7eeb1e2 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.11.0' +VERSION='0.12.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.11.0" + "0.12.0" "compile" "" "" "com.facebook.soloader" "nativeloader" - "0.11.0" + "0.12.0" "compile" "" "") diff --git a/java/com/facebook/soloader/SoLoader.java b/java/com/facebook/soloader/SoLoader.java index fad3033..88044f8 100644 --- a/java/com/facebook/soloader/SoLoader.java +++ b/java/com/facebook/soloader/SoLoader.java @@ -93,7 +93,7 @@ public class SoLoader { /* package */ @Nullable static SoFileLoader sSoFileLoader; // optional identifier strings to facilitate bytecode analysis - public static final String VERSION = "0.11.0"; + public static final String VERSION = "0.12.0"; /** * locking controlling the list of SoSources. We want to allow long running iterations over the