File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
applicationId " processing.tests.vrcube"
8
7
minSdkVersion 19
Original file line number Diff line number Diff line change 4
4
android : versionCode =" 1"
5
5
android : versionName =" 1.0"
6
6
package =" arscene" >
7
- <uses-sdk android : minSdkVersion =" 24" android : targetSdkVersion =" 26" />
8
7
<uses-permission android : name =" android.permission.CAMERA" />
9
8
<uses-feature android : name =" android.hardware.camera.ar" android : required =" true" />
10
9
<uses-feature android : glEsVersion =" 0x00020000" android : required =" true" />
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion ' 27.0.3'
6
5
defaultConfig {
7
6
minSdkVersion 19
8
7
targetSdkVersion 26
You can’t perform that action at this time.
0 commit comments