Flipper Release: v0.103.0

Summary: Releasing version 0.103.0

Reviewed By: passy

Differential Revision: D30400660

fbshipit-source-id: e5d3e2e59c977e1e5a32945fffaba243c703823e
This commit is contained in:
Flipper Bot
2021-08-18 15:50:28 -07:00
committed by Facebook GitHub Bot
parent 393e47641b
commit f4631eecc1
10 changed files with 16 additions and 11 deletions

View File

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