Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
Summary: Also changes packaging definition for annotation.

Reviewed By: oprisnik

Differential Revision: D21043336

fbshipit-source-id: e841fc61a5f83e99c5adcafc9054b4fd8b50c91f
  • Loading branch information
passy authored and facebook-github-bot committed Apr 15, 2020
1 parent 343e82f commit 55043d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion artifacts/ANNOTATION
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.2'
VERSION='0.9.0'

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.2'
VERSION='0.9.0'

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.2</version>"
"<version>0.9.0</version>"
"<scope>compile</scope>"
"</dependency>"
"<dependency>"
"<groupId>com.facebook.soloader</groupId>"
"<artifactId>nativeloader</artifactId>"
"<version>0.8.2</version>"
"<version>0.9.0</version>"
"<scope>compile</scope>"
"</dependency>"
"</dependencies>")

0 comments on commit 55043d2

Please sign in to comment.