Flipper Release: v0.123.0

Summary: Releasing version 0.123.0

Reviewed By: lblasa

Differential Revision: D32753694

fbshipit-source-id: 70aa24c8711e99c7555346bc44106897ca6753db
This commit is contained in:
Flipper Bot
2021-12-01 10:21:24 -08:00
committed by Facebook GitHub Bot
parent b37b5ee19e
commit 902242b3b6
10 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.122.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.123.0'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}