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

Commit

Permalink
Sceneform SDK v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpsiaki committed Oct 16, 2018
1 parent 6f277d8 commit ae9d3fa
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion samples/augmentedimage/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.android.support:design:27.1.1'

// Use the Sceneform Ux Package pre-built from Maven.
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.0"
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.1"

// Use the Sceneform Ux Package built from the source files included in the sceneformux folder.
//api project(":sceneformux")
Expand Down
2 changes: 1 addition & 1 deletion samples/augmentedimage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.ar.sceneform:plugin:1.5.0'
classpath 'com.google.ar.sceneform:plugin:1.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion samples/chromakeyvideo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation "com.android.support:design:27.1.1"

// Use the Sceneform Ux Package pre-built from Maven.
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.0"
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.1"

// Use the Sceneform Ux Package built from the source files included in the sceneformux folder.
//api project(":sceneformux")
Expand Down
2 changes: 1 addition & 1 deletion samples/chromakeyvideo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.ar.sceneform:plugin:1.5.0'
classpath 'com.google.ar.sceneform:plugin:1.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
4 changes: 2 additions & 2 deletions samples/hellosceneform/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ android {
dependencies {

// Provides ArFragment, and other Sceneform UX resources:
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.0"
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.5.1"

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

// Alternatively, use ArSceneView without the UX dependency.
//implementation "com.google.ar.sceneform:core:1.5.0"
//implementation "com.google.ar.sceneform:core:1.5.1"

implementation "com.android.support:appcompat-v7:27.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/hellosceneform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.ar.sceneform:plugin:1.5.0'
classpath 'com.google.ar.sceneform:plugin:1.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion samples/solarsystem/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

dependencies {
implementation "com.google.ar.sceneform:core:1.5.0"
implementation "com.google.ar.sceneform:core:1.5.1"
implementation "com.android.support:appcompat-v7:27.1.1"
implementation "com.android.support:design:27.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/solarsystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.ar.sceneform:plugin:1.5.0'
classpath 'com.google.ar.sceneform:plugin:1.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion sceneformux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.google.ar.sceneform:plugin:1.5.0'
classpath 'com.google.ar.sceneform:plugin:1.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion sceneformux/ux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

dependencies {
api "com.google.ar.sceneform:core:1.5.0"
api "com.google.ar.sceneform:core:1.5.1"
implementation "com.android.support:appcompat-v7:27.1.1"
implementation "com.android.support:design:27.1.1"
}
Expand Down

0 comments on commit ae9d3fa

Please sign in to comment.