From 7e1e1fe3858c63c251c637ae41a20de425dde96f Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 24 Mar 2021 11:32:49 -0700 Subject: [PATCH] v0.2.2 Summary: Need another release to test the release pipeline. Reviewed By: fabiomassimo Differential Revision: D27291197 fbshipit-source-id: 4cfbd9f4cb371cb570b465c857dddf79c0cb1515 --- docs/android_setup.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android_setup.md b/docs/android_setup.md index dc7a280..a025560 100644 --- a/docs/android_setup.md +++ b/docs/android_setup.md @@ -13,7 +13,7 @@ repositories { android { dependencies { - implementation 'com.facebook.fbjni:fbjni:0.2.1' + implementation 'com.facebook.fbjni:fbjni:0.2.2' } } ``` diff --git a/gradle.properties b/gradle.properties index 5171f3d..2c51516 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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