From 541bd2d7409fc40c1aa0fdc0dba36d93c5f607e4 Mon Sep 17 00:00:00 2001 From: Dmitry Zaytsev Date: Sat, 8 Jul 2017 23:16:06 +0200 Subject: [PATCH] Updated version in README to 1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e801ae4b..1966b947 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:1.0.4' +compile 'io.fotoapparat.fotoapparat:library:1.1.0' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.