Skip to content

Commit

Permalink
be more accurate re: supported devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cohn committed Jul 20, 2017
1 parent 1f204c2 commit 9b048b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ android {
defaultConfig {
applicationId 'org.freedesktop.nativecamera2'
minSdkVersion 23
maxSdkVersion 23
targetSdkVersion 21
versionCode 1
versionCode 2

externalNativeBuild {
ndkBuild {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.freedesktop.nativecamera2">
<uses-feature android:name="android.hardware.camera2.full" />
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.camera2.full" android:required="false" />
<uses-feature android:glEsVersion="0x00020000" android:required="false" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
Expand Down

0 comments on commit 9b048b2

Please sign in to comment.