Skip to content

Commit 37e9ca1

Browse files
committed
updated build and manifest files
1 parent c9b18dc commit 37e9ca1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

studio/apps/arscene/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion '27.0.3'
65
defaultConfig {
76
applicationId "processing.tests.vrcube"
87
minSdkVersion 19

studio/apps/arscene/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
android:versionCode="1"
55
android:versionName="1.0"
66
package="arscene">
7-
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="26"/>
87
<uses-permission android:name="android.permission.CAMERA"/>
98
<uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
109
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>

studio/libs/processing-ar/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion '27.0.3'
65
defaultConfig {
76
minSdkVersion 19
87
targetSdkVersion 26

0 commit comments

Comments
 (0)