Skip to content

Commit

Permalink
Bumped version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Mols committed Sep 10, 2015
1 parent b9d011a commit 2e7fba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2e7fba8

Please sign in to comment.