From 2bc5319e11c3ae4200affaa950913da91a2296cd Mon Sep 17 00:00:00 2001 From: Dmitry Zaitsev Date: Sun, 11 Jun 2017 18:33:45 +0200 Subject: [PATCH] Updated version number in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 445d8ac6..c6d4ec78 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:1.0.1' +compile 'io.fotoapparat.fotoapparat:library:1.0.2' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.