diff --git a/docs/getting-started/android-native.mdx b/docs/getting-started/android-native.mdx index fa95eda79..afaf19d35 100644 --- a/docs/getting-started/android-native.mdx +++ b/docs/getting-started/android-native.mdx @@ -99,10 +99,10 @@ repositories { } dependencies { - debugImplementation 'com.facebook.flipper:flipper:0.44.1-SNAPSHOT' + debugImplementation 'com.facebook.flipper:flipper:0.44.2-SNAPSHOT' debugImplementation 'com.facebook.soloader:soloader:0.9.0' - releaseImplementation 'com.facebook.flipper:flipper-noop:0.44.1-SNAPSHOT' + releaseImplementation 'com.facebook.flipper:flipper-noop:0.44.2-SNAPSHOT' } ``` diff --git a/gradle.properties b/gradle.properties index e81a9be35..aa3c6d68e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # LICENSE file in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.44.1 +VERSION_NAME=0.44.2-SNAPSHOT GROUP=com.facebook.flipper POM_URL=https://github.com/facebook/flipper POM_SCM_URL=https://github.com/facebook/flipper.git