From df9015594c067344740f2e55dad3da3b89ab8f30 Mon Sep 17 00:00:00 2001 From: paroca72 Date: Sun, 1 Sep 2019 15:21:31 +0700 Subject: [PATCH] Fixed issues on old android version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe094d..a9ec8a8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add the dependency ```java dependencies { ... - compile 'com.github.paroca72:sc-gauges:3.5.2' + compile 'com.github.paroca72:sc-gauges:3.5.3' } ```