Skip to content

Commit

Permalink
fixed sceneform depoendency
Browse files Browse the repository at this point in the history
  • Loading branch information
devwithzachary committed Apr 5, 2022
1 parent b050baa commit 1386c81
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ARCore-Integration-Java/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
plugins {
id 'com.android.application'
id 'com.google.ar.sceneform.plugin'
}

apply {
from '../../commons.gradle'
}

sceneform.asset(
'sampledata/models/andy.obj', // 'Source Asset Path' specified during import.
'default', // 'Material Path' specified during import.
'sampledata/models/andy.sfa', // '.sfa Output Path' specified during import.
'src/main/res/raw/andy' // '.sfb Output Path' specified during import.
)

android {
compileSdkVersion extCompileSdkVersion

Expand Down Expand Up @@ -45,6 +37,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:${extAppCompatVersion}"
implementation "androidx.constraintlayout:constraintlayout:${extConstraintLyoutVersion}"
implementation "com.google.ar:core:${extArCoreVersion}"
implementation "com.google.ar.sceneform.ux:sceneform-ux:${extSceneFormVersion}"
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.17.1'
}

0 comments on commit 1386c81

Please sign in to comment.