From 9a8bbb10214acabdd3b60db21e6a093045d38986 Mon Sep 17 00:00:00 2001 From: Dionysis Lorentzos Date: Sat, 20 Jan 2018 22:17:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07138606..f4e79d7d 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:2.1.2' +compile 'io.fotoapparat.fotoapparat:library:2.2.0' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.