Skip to content

Commit

Permalink
Bump soloader to v0.10.2
Browse files Browse the repository at this point in the history
Reviewed By: oprisnik

Differential Revision: D32108045

fbshipit-source-id: 55f66d19a8d2c57ca24a09663717687236920312
  • Loading branch information
simpleton authored and facebook-github-bot committed Nov 3, 2021
1 parent 4992b0f commit 0447587
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 @@ -3,7 +3,7 @@ NAME = 'SoLoader'
GROUP = 'com.facebook.soloader'
ARTIFACT = 'annotation'
PACKAGING = 'jar'
VERSION='0.10.1'
VERSION='0.10.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.10.1'
VERSION='0.10.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.10.1'
VERSION='0.10.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.10.1</version>"
"<version>0.10.2</version>"
"<scope>compile</scope>"
"</dependency>"
"<dependency>"
"<groupId>com.facebook.soloader</groupId>"
"<artifactId>nativeloader</artifactId>"
"<version>0.10.1</version>"
"<version>0.10.2</version>"
"<scope>compile</scope>"
"</dependency>"
"</dependencies>")

0 comments on commit 0447587

Please sign in to comment.