File tree Expand file tree Collapse file tree 6 files changed +8
-35
lines changed Expand file tree Collapse file tree 6 files changed +8
-35
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,13 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdkVersion 33
6
+ namespace " processing.ar"
7
+
7
8
defaultConfig {
8
9
minSdkVersion 19
9
10
targetSdkVersion 33
10
11
}
11
- // sourceSets {
12
- // main {
13
- // manifest.srcFile 'AndroidManifest.xml'
14
- // java.srcDirs = ['../../../mode/libraries/ar/src']
15
- // assets.srcDirs = ['../../../mode/libraries/ar/src/assets']
16
- // }
17
- // }
12
+
18
13
compileOptions {
19
14
sourceCompatibility JavaVersion . VERSION_1_8
20
15
targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" processing_ar" />
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" />
Original file line number Diff line number Diff line change @@ -4,24 +4,12 @@ plugins {
4
4
5
5
android {
6
6
namespace " processing"
7
- compileSdkVersion 33
8
7
9
8
defaultConfig {
10
9
minSdkVersion 17
11
10
targetSdkVersion 33
12
- versionCode 1
13
- versionName " 1.0"
14
-
15
- testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
11
}
17
12
18
- // sourceSets {
19
- // main {
20
- // manifest.srcFile 'AndroidManifest.xml'
21
- // java.srcDirs = ['../../../core/src']
22
- // assets.srcDirs = ['../../../core/src/assets']
23
- // }
24
- // }
25
13
compileOptions {
26
14
sourceCompatibility JavaVersion . VERSION_1_8
27
15
targetCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" processing_core" />
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" />
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 33
4
+ namespace " processing.vr"
5
+
5
6
defaultConfig {
6
7
minSdkVersion 19
7
8
targetSdkVersion 33
8
9
}
9
10
10
- // sourceSets {
11
- // main {
12
- // manifest.srcFile 'AndroidManifest.xml'
13
- // java.srcDirs = ['../../../mode/libraries/vr/src']
14
- // }
15
- // }
16
11
compileOptions {
17
12
sourceCompatibility JavaVersion . VERSION_1_8
18
13
targetCompatibility JavaVersion . VERSION_1_8
@@ -22,8 +17,6 @@ android {
22
17
}
23
18
24
19
dependencies {
25
-
26
20
implementation project(' :libs:processing-core' )
27
21
implementation project(' :libs:google-vr' )
28
- // implementation files('libs/google-vr/sdk-base-1.180.0.ar')
29
22
}
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" processing_vr" />
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" />
You can’t perform that action at this time.
0 commit comments