Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 494616a

Browse files
generatedunixname89002005306973facebook-github-bot
generatedunixname89002005306973
authored andcommitted
Flipper Snapshot Bump: v0.273.1-SNAPSHOT
Summary: Releasing snapshot version 0.273.1-SNAPSHOT Reviewed By: antonk52 Differential Revision: D66297005 fbshipit-source-id: a6f18fb766354317c7b1a125418add73fb3c8279
1 parent 16966e4 commit 494616a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-started/android-native.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ repositories {
124124
}
125125
126126
dependencies {
127-
debugImplementation 'com.facebook.flipper:flipper:0.272.1-SNAPSHOT'
127+
debugImplementation 'com.facebook.flipper:flipper:0.273.1-SNAPSHOT'
128128
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
129129
130-
releaseImplementation 'com.facebook.flipper:flipper-noop:0.272.1-SNAPSHOT'
130+
releaseImplementation 'com.facebook.flipper:flipper-noop:0.273.1-SNAPSHOT'
131131
}
132132
```
133133

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55
# POM publishing constants
6-
VERSION_NAME=0.273.0
6+
VERSION_NAME=0.273.1-SNAPSHOT
77
GROUP=com.facebook.flipper
88
SONATYPE_STAGING_PROFILE=comfacebook
99
POM_URL=https://github.com/facebook/flipper

0 commit comments

Comments
 (0)