Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 845d3f9

Browse files
Sceneform SDK v1.15.0
1 parent bb7d990 commit 845d3f9

File tree

23 files changed

+125
-41
lines changed

23 files changed

+125
-41
lines changed

samples/animation/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2727

2828
// Sceneform
29-
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.14.0"
30-
implementation "com.google.ar.sceneform:animation:1.14.0"
29+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.15.0"
30+
implementation "com.google.ar.sceneform:animation:1.15.0"
3131
implementation 'com.android.support:design:28.0.0'
3232
}
3333

samples/animation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424
dependencies {
2525
classpath 'com.android.tools.build:gradle:3.4.1'
26-
classpath 'com.google.ar.sceneform:plugin:1.14.0'
26+
classpath 'com.google.ar.sceneform:plugin:1.15.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}

samples/animation/settings.gradle

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
include ':app'
22

3-
// Uncomment to include the source version of the ux package in your project.
4-
//include ':sceneformux'
5-
//project(':sceneformux').projectDir=new File('../../sceneformux/ux')
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+

samples/augmentedfaces/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ android {
4242
dependencies {
4343

4444
// Provides ArFragment, and other Sceneform UX resources:
45-
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.14.0"
45+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.15.0"
4646

4747
// Use the Sceneform UX Package built from the source files included in the sceneformux folder.
4848
//api project(":sceneformux")
4949

5050
// Alternatively, use ArSceneView without the UX dependency.
51-
//implementation "com.google.ar.sceneform:core:1.14.0"
51+
//implementation "com.google.ar.sceneform:core:1.15.0"
5252

5353
implementation "com.android.support:appcompat-v7:28.0.0"
5454
}

samples/augmentedfaces/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424
dependencies {
2525
classpath 'com.android.tools.build:gradle:3.4.1'
26-
classpath 'com.google.ar.sceneform:plugin:1.14.0'
26+
classpath 'com.google.ar.sceneform:plugin:1.15.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
include ':app'
22

3-
// Uncomment to include the source version of the ux package in your project.
4-
//include ':sceneformux'
5-
//project(':sceneformux').projectDir=new File('../../sceneformux/ux')
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+

samples/augmentedimage/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'com.android.support:design:28.0.0'
4949

5050
// Use the Sceneform UX Package pre-built from Maven.
51-
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.14.0"
51+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.15.0"
5252

5353
// Use the Sceneform UX Package built from the source files included in the sceneformux folder.
5454
//api project(":sceneformux")

samples/augmentedimage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424
dependencies {
2525
classpath 'com.android.tools.build:gradle:3.4.1'
26-
classpath 'com.google.ar.sceneform:plugin:1.14.0'
26+
classpath 'com.google.ar.sceneform:plugin:1.15.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}
Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
include ':app'
22

3-
// Uncomment to include the source version of the ux package in your project.
4-
//include ':sceneformux'
5-
//project(':sceneformux').projectDir=new File('../../sceneformux/ux')
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+

samples/chromakeyvideo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation "com.android.support:design:28.0.0"
4545

4646
// Use the Sceneform UX Package pre-built from Maven.
47-
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.14.0"
47+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.15.0"
4848

4949
// Use the Sceneform UX Package built from the source files included in the sceneformux folder.
5050
//api project(":sceneformux")

0 commit comments

Comments
 (0)