diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index 50a69ad..54c9f13 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -2,7 +2,8 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'annotation' -VERSION='0.8.2' +PACKAGING = 'jar' +VERSION='0.9.0' DESCRIPTION = "DoNotOptimize class" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index e45ed6b..64ff806 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'nativeloader' PACKAGING = 'jar' -VERSION='0.8.2' +VERSION='0.9.0' DESCRIPTION = "Native code loading interface for Android" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index 889e327..84c037b 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.8.2' +VERSION='0.9.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.8.2" + "0.9.0" "compile" "" "" "com.facebook.soloader" "nativeloader" - "0.8.2" + "0.9.0" "compile" "" "")