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

Commit 31af024

Browse files
generatedunixname89002005306973facebook-github-bot
generatedunixname89002005306973
authored andcommitted
Flipper Snapshot Bump: v0.253.1-SNAPSHOT
Summary: Releasing snapshot version 0.253.1-SNAPSHOT Reviewed By: antonk52 Differential Revision: D57376490 fbshipit-source-id: c9f35baa2950cf8a799b3646ba85ad1a46b752e2
1 parent 65adafe commit 31af024

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.252.1-SNAPSHOT'
127+
debugImplementation 'com.facebook.flipper:flipper:0.253.1-SNAPSHOT'
128128
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
129129
130-
releaseImplementation 'com.facebook.flipper:flipper-noop:0.252.1-SNAPSHOT'
130+
releaseImplementation 'com.facebook.flipper:flipper-noop:0.253.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.253.0
6+
VERSION_NAME=0.253.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)