From 21652d836e783c99e417465353366c14a52ff769 Mon Sep 17 00:00:00 2001 From: Dmitry Zaytsev Date: Tue, 3 Oct 2017 11:09:31 +0200 Subject: [PATCH] Updated version in README to 1.4.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe792b27..1aed37b3 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:1.4.0' +compile 'io.fotoapparat.fotoapparat:library:1.4.1' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.