Skip to content

Commit 2f2f8a9

Browse files
committed
fixed target SDK in debug sample
1 parent 1d562b8 commit 2f2f8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/libraries/ar/examples/Cubes/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionCode="1" android:versionName="1.0" package="">
3-
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="26"/>
3+
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="28"/>
44
<uses-permission android:name="android.permission.CAMERA"/>
55
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
66
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>

0 commit comments

Comments
 (0)