Skip to content

Commit cd592f3

Browse files
committed
* release 1.0.16.1 - fix camera permission problem
1 parent 065b6e5 commit cd592f3

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
version 1.0.16
5-
--------------
4+
version 1.0.16.1
5+
----------------
66

77
* fix bug on Android 6 when installing OpenCV Manager from GitHub
88
* using Camera API directly

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 21
99
targetSdkVersion 23
1010
versionCode 16
11-
versionName '1.0.16'
11+
versionName '1.0.16.1'
1212
}
1313
buildTypes {
1414
release {

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
android:required="false" />
1212
<uses-feature
1313
android:name="android.hardware.camera.autofocus"
14-
android:required="false" />
15-
<uses-feature
16-
android:name="android.hardware.camera.front"
17-
android:required="false" />
18-
<uses-feature
19-
android:name="android.hardware.camera.front.autofocus"
2014
android:required="true" />
2115

2216
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

0 commit comments

Comments
 (0)