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' } }