File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ android {
7
7
defaultConfig {
8
8
applicationId ' org.freedesktop.nativecamera2'
9
9
minSdkVersion 23
10
+ maxSdkVersion 23
10
11
targetSdkVersion 21
11
- versionCode 1
12
+ versionCode 2
12
13
13
14
externalNativeBuild {
14
15
ndkBuild {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.freedesktop.nativecamera2" >
4
- <uses-feature android : name =" android.hardware.camera2.full" />
5
- <uses-feature android : glEsVersion =" 0x00020000" />
4
+ <uses-feature android : name =" android.hardware.camera2.full" android : required = " false " />
5
+ <uses-feature android : glEsVersion =" 0x00020000" android : required = " false " />
6
6
<uses-permission android : name =" android.permission.CAMERA" />
7
7
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
8
8
<application
You can’t perform that action at this time.
0 commit comments