From 0ad6dbe102539f9644d5158f617bebc2b909fd9e Mon Sep 17 00:00:00 2001 From: Dmitry Zaytsev Date: Sat, 26 Aug 2017 17:08:33 +0200 Subject: [PATCH] Updated version in README to 1.3.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6effcae..9c7025f0 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:1.2.0' +compile 'io.fotoapparat.fotoapparat:library:1.3.0' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.