From 36670caf02945968ab1ece0fcc11cc21e6f4b1e4 Mon Sep 17 00:00:00 2001 From: dionysis Date: Thu, 5 Jul 2018 21:47:59 +0200 Subject: [PATCH] v2.3.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a930b7c7..bba07d13 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ repositories { maven { url 'https://jitpack.io' } } -implementation 'io.fotoapparat.fotoapparat:library:2.3.0' +implementation 'io.fotoapparat.fotoapparat:library:2.3.1' ``` 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 7e0485af..f5db7050 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext { versions = [ gradle : '4.4.1', - kotlin : '1.2.50', + kotlin : '1.2.51', code : 1, name : '1.0.0', sdk : [