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" "" "")