Skip to content

Commit 91bcea0

Browse files
Flipper Botfacebook-github-bot
Flipper Bot
authored andcommitted
Flipper Snapshot Bump: v0.107.1-SNAPSHOT
Summary: Releasing snapshot version 0.107.1-SNAPSHOT Reviewed By: mweststrate Differential Revision: D30819920 fbshipit-source-id: 4a1a27bda47481c187174855ba27c8fcfe5f4d57
1 parent 7e95848 commit 91bcea0

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
@@ -101,10 +101,10 @@ repositories {
101101
}
102102
103103
dependencies {
104-
debugImplementation 'com.facebook.flipper:flipper:0.106.1-SNAPSHOT'
104+
debugImplementation 'com.facebook.flipper:flipper:0.107.1-SNAPSHOT'
105105
debugImplementation 'com.facebook.soloader:soloader:0.10.1'
106106
107-
releaseImplementation 'com.facebook.flipper:flipper-noop:0.106.1-SNAPSHOT'
107+
releaseImplementation 'com.facebook.flipper:flipper-noop:0.107.1-SNAPSHOT'
108108
}
109109
```
110110

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE file in the root directory of this source tree.
55

66
# POM publishing constants
7-
VERSION_NAME=0.107.0
7+
VERSION_NAME=0.107.1-SNAPSHOT
88
GROUP=com.facebook.flipper
99
SONATYPE_STAGING_PROFILE=comfacebook
1010
POM_URL=https://github.com/facebook/flipper

0 commit comments

Comments
 (0)