From ada26d750dd7a2e1cbccdee7c9b41ca3c641fcd0 Mon Sep 17 00:00:00 2001 From: Dmitry Zaitsev Date: Sun, 21 May 2017 23:55:53 +0200 Subject: [PATCH] Updated version name in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ded9458..63ac30b8 100644 --- a/README.md +++ b/README.md @@ -128,13 +128,11 @@ repositories { maven { url 'https://jitpack.io' } } -compile 'io.fotoapparat.fotoapparat:library:x.y.z' +compile 'io.fotoapparat.fotoapparat:library:1.0.0' ``` Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher. -We are currently working for a stable release, so for now use `-SNAPSHOT` in the version code above. - ## Credits