Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
Summary: Need another release to test the release pipeline.

Reviewed By: fabiomassimo

Differential Revision: D27291197

fbshipit-source-id: 4cfbd9f4cb371cb570b465c857dddf79c0cb1515
  • Loading branch information
passy authored and facebook-github-bot committed Mar 24, 2021
1 parent e7a5554 commit 7e1e1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/android_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
android {
dependencies {
implementation 'com.facebook.fbjni:fbjni:0.2.1'
implementation 'com.facebook.fbjni:fbjni:0.2.2'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# in the root directory of this source tree.

# POM publishing constants
VERSION_NAME=0.2.2-SNAPSHOT
VERSION_NAME=0.2.2
GROUP=com.facebook.fbjni
SONATYPE_STAGING_PROFILE=comfacebook
POM_URL=https://github.com/facebookincubator/fbjni
Expand Down

0 comments on commit 7e1e1fe

Please sign in to comment.