Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
Summary:
New release including a change that makes `Soloader.init(Context, int, SoFileLoader)`
public.

Reviewed By: mweststrate

Differential Revision: D19852919

fbshipit-source-id: ca86126db2d2752773574c07c0341a4ef82dea2f
  • Loading branch information
passy authored and facebook-github-bot committed Feb 12, 2020
1 parent 1ddbcbb commit 3a87694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion artifacts/ANNOTATION
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion artifacts/NATIVELOADER
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions artifacts/SOLOADER
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -25,13 +25,13 @@ INTERNAL_DEPENDENCIES = (""
"<dependency>"
"<groupId>com.facebook.soloader</groupId>"
"<artifactId>annotation</artifactId>"
"<version>0.8.1</version>"
"<version>0.8.2</version>"
"<scope>compile</scope>"
"</dependency>"
"<dependency>"
"<groupId>com.facebook.soloader</groupId>"
"<artifactId>nativeloader</artifactId>"
"<version>0.8.1</version>"
"<version>0.8.2</version>"
"<scope>compile</scope>"
"</dependency>"
"</dependencies>")

0 comments on commit 3a87694

Please sign in to comment.