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

Commit

Permalink
Updating samples to use 1.0.1 plugin
Browse files Browse the repository at this point in the history
This fixes a problem with building on Linux OS.

Also updated gradlew to be executable.
  • Loading branch information
claywilkinson committed May 16, 2018
1 parent 5aefbad commit c238849
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hellosceneform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ buildscript {
repositories {
google()
jcenter()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.ar.sceneform:plugin:1.0.0'
classpath 'com.google.ar.sceneform:plugin:1.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Empty file modified hellosceneform/gradlew
100644 → 100755
Empty file.
Empty file modified hellosceneform/gradlew.bat
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion solarsystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ buildscript {
repositories {
google()
jcenter()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.google.ar.sceneform:plugin:1.0.0'
classpath 'com.google.ar.sceneform:plugin:1.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Empty file modified solarsystem/gradlew
100644 → 100755
Empty file.
Empty file modified solarsystem/gradlew.bat
100644 → 100755
Empty file.

0 comments on commit c238849

Please sign in to comment.