Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit a82d8d7

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents 22b8044 + 5959425 commit a82d8d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
<h1 align="center">
55
FlipMock
66
</h1>
7+
<p align="center">
8+
<img src="https://jitpack.io/v/enciyo/FlipMock.svg" alt="version"/>
9+
</p>
10+
711

812
<p align="center">
913
<a href="">FlipMock</a> is a extended <a href="https://github.com/facebook/flipper"> Flipper </a> plugin that manipulates network response.
1014
</p>
1115

1216

17+
1318
## Table of Contents
1419

1520
- [Using FlipMock](#using-flipmock)
@@ -40,7 +45,7 @@ allprojects {
4045
}
4146
4247
dependencies {
43-
implementation ''
48+
implementation 'com.github.enciyo:FlipMock:$version'
4449
}
4550
```
4651

0 commit comments

Comments
 (0)