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

Commit dc5a498

Browse files
Sceneform SDK v1.11.0
1 parent 6682a9c commit dc5a498

File tree

24 files changed

+36
-36
lines changed

24 files changed

+36
-36
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.10.0"
30-
implementation "com.google.ar.sceneform:animation:1.10.0"
29+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.11.0"
30+
implementation "com.google.ar.sceneform:animation:1.11.0"
3131
implementation 'com.android.support:design:28.0.0'
3232
}
3333

samples/animation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ buildscript {
2222
mavenLocal()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:3.3.0'
26-
classpath 'com.google.ar.sceneform:plugin:1.10.0'
25+
classpath 'com.android.tools.build:gradle:3.4.1'
26+
classpath 'com.google.ar.sceneform:plugin:1.11.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}

samples/animation/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

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.10.0"
45+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.11.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.10.0"
51+
//implementation "com.google.ar.sceneform:core:1.11.0"
5252

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

samples/augmentedfaces/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ buildscript {
2222
mavenLocal()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:3.3.0'
26-
classpath 'com.google.ar.sceneform:plugin:1.10.0'
25+
classpath 'com.android.tools.build:gradle:3.4.1'
26+
classpath 'com.google.ar.sceneform:plugin:1.11.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}

samples/augmentedfaces/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

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.10.0"
51+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.11.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ buildscript {
2222
mavenLocal()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:3.3.0'
26-
classpath 'com.google.ar.sceneform:plugin:1.10.0'
25+
classpath 'com.android.tools.build:gradle:3.4.1'
26+
classpath 'com.google.ar.sceneform:plugin:1.11.0'
2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
2929
}

samples/augmentedimage/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

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.10.0"
47+
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.11.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)