From dd63d5173d846ee097c9a04881ef7d824dc23036 Mon Sep 17 00:00:00 2001 From: Kshitij Chauhan Date: Sat, 27 Jul 2019 20:57:28 +0530 Subject: [PATCH] fix: Add min api warning to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f14491e..8a1457f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A call adapter that handles errors as a part of state --- This library provides a Retrofit call adapter for wrapping your API responses in a `NetworkResponse` class using Coroutines. +*This library uses OkHttp 4, which requires Android API version 21+ and Java 8+* + #### Network Response Network response is a Kotlin sealed class with the following three states: