Skip to content

Commit

Permalink
Advance version number to 1.7.0
Browse files Browse the repository at this point in the history
markusfisch committed May 27, 2018
1 parent 59032d5 commit e26bd7f
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.7.0
* Improve reliability of opening the camera
* Does only restart the camera for 180deg changes in orientation listener

## 1.6.0
* Add setUseOrientationListener() to fix landscape to landscape rotations

4 changes: 2 additions & 2 deletions cameraview/build.gradle
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version

versionCode 11
versionName '1.6.0'
versionCode 12
versionName '1.7.0'
}
}

0 comments on commit e26bd7f

Please sign in to comment.