We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d82e0 commit 065b6e5Copy full SHA for 065b6e5
CHANGELOG.md
@@ -1,9 +1,10 @@
1
Change Log
2
==========
3
4
-git HEAD
5
---------
+version 1.0.16
+--------------
6
7
+* fix bug on Android 6 when installing OpenCV Manager from GitHub
8
* using Camera API directly
9
* Main screen is always on portrait orientation
10
* new canvas provides visual clues of what is happening
app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
targetSdkVersion 23
- versionCode 15
11
- versionName '1.0.15'
+ versionCode 16
+ versionName '1.0.16'
12
}
13
buildTypes {
14
release {
0 commit comments