From 72c7c81a420545d0f9645e4b5bba1d69d08a3caf Mon Sep 17 00:00:00 2001 From: Dionysis Date: Sat, 2 Mar 2019 16:44:27 +0100 Subject: [PATCH] Release v2.7.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8aeb4b2..62bdf94b 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ fotoapparat.switchTo( Add dependency to your `build.gradle` ```groovy -implementation 'io.fotoapparat:fotoapparat:2.6.1' +implementation 'io.fotoapparat:fotoapparat:2.7.0' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher. diff --git a/build.gradle b/build.gradle index ed704054..2bde8c78 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ subprojects { ext { - artifactVersion = '2.6.1' + artifactVersion = '2.7.0' } }