We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65fc6f commit 0c9fb36Copy full SHA for 0c9fb36
1 file changed
README.md
@@ -3,6 +3,8 @@
3
4
Kotlin library to mock http responses that fits into [retrofit](https://github.com/square/retrofit) from square
5
6
+<img src="https://user-images.githubusercontent.com/29440700/115327793-ce226080-a1a4-11eb-814b-5f58afbb5af6.png" width="256" height="455">
7
+
8
## Dependency
9
Top level build.gradle
10
```groovy
@@ -115,7 +117,3 @@ class RemoteDataSource(private val context: Context) {
115
117
}
116
118
119
```
-
-Now you can see your mock data in UI:
120
121
-<img src="https://user-images.githubusercontent.com/29440700/115327793-ce226080-a1a4-11eb-814b-5f58afbb5af6.png" width="256" height="455">
0 commit comments