From 2e7fba8ded50080449e16b16deb0add30700e77d Mon Sep 17 00:00:00 2001 From: Jeroen Mols Date: Thu, 10 Sep 2015 07:48:03 +0200 Subject: [PATCH] Bumped version to v1.1.2 --- README.md | 2 +- example/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65c5b63..9f3eeec 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This library provides a full and reusable custom camera, which: 2. Add a dependency on the library: - compile 'com.github.JeroenMols:LandscapeVideoCamera:1.1.1' + compile 'com.github.JeroenMols:LandscapeVideoCamera:1.1.2' 3. Specify the VideoCaptureActivity in your manifest: diff --git a/example/build.gradle b/example/build.gradle index db30e3e..e4daa33 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.jmolsmobile.landscapevideocapture_sample" minSdkVersion 10 targetSdkVersion 22 - versionCode 10 - versionName "1.1.1" + versionCode 11 + versionName "1.1.2" } buildTypes { release {