Flipper Snapshot Bump: v0.59.1-SNAPSHOT
Summary: Releasing snapshot version 0.59.1-SNAPSHOT Reviewed By: priteshrnandgaonkar Differential Revision: D23985340 fbshipit-source-id: d8dafc28ca0b0243052abf23a3213ae92287e3eb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0b2e5f6454
commit
b2261ba1c5
@@ -101,10 +101,10 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
debugImplementation 'com.facebook.flipper:flipper:0.58.1-SNAPSHOT'
|
debugImplementation 'com.facebook.flipper:flipper:0.59.1-SNAPSHOT'
|
||||||
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
|
debugImplementation 'com.facebook.soloader:soloader:0.9.0'
|
||||||
|
|
||||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.58.1-SNAPSHOT'
|
releaseImplementation 'com.facebook.flipper:flipper-noop:0.59.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# LICENSE file in the root directory of this source tree.
|
# LICENSE file in the root directory of this source tree.
|
||||||
|
|
||||||
# POM publishing constants
|
# POM publishing constants
|
||||||
VERSION_NAME=0.59.0
|
VERSION_NAME=0.59.1-SNAPSHOT
|
||||||
GROUP=com.facebook.flipper
|
GROUP=com.facebook.flipper
|
||||||
POM_URL=https://github.com/facebook/flipper
|
POM_URL=https://github.com/facebook/flipper
|
||||||
POM_SCM_URL=https://github.com/facebook/flipper.git
|
POM_SCM_URL=https://github.com/facebook/flipper.git
|
||||||
|
|||||||
Reference in New Issue
Block a user