Flipper Bump: v0.19.1-SNAPSHOT
Summary: Reenable snapshots. Reviewed By: priteshrnandgaonkar Differential Revision: D14665280 fbshipit-source-id: 3d89cb2d51ceaf6fc612eb1008eb8201a5af4554
This commit is contained in:
committed by
Facebook Github Bot
parent
9ff6cfa9a4
commit
6ba28232ce
@@ -87,7 +87,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
debugImplementation 'com.facebook.flipper:flipper:0.18.1-SNAPSHOT'
|
debugImplementation 'com.facebook.flipper:flipper:0.19.1-SNAPSHOT'
|
||||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# POM publishing constants
|
# POM publishing constants
|
||||||
VERSION_NAME=0.19.0
|
VERSION_NAME=0.19.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