From 67dbf6f04575f30eec7018b60167e06200b617aa Mon Sep 17 00:00:00 2001 From: Jeroen Mols Date: Mon, 31 Oct 2016 08:51:23 +0100 Subject: [PATCH] Bumped version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2033a1..45b510c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This library provides a full and reusable custom camera, which: ``` 2) Add a dependency on the library: ```groovy - compile 'com.github.JeroenMols:LandscapeVideoCamera:1.2.1' + compile 'com.github.JeroenMols:LandscapeVideoCamera:1.2.2' ``` 3) Specify the VideoCaptureActivity in your manifest: ```xml