Skip to content

Commit

Permalink
Fix model viewer sample dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasGorisse committed May 29, 2024
1 parent 65ed432 commit 4ff8865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/model-viewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ dependencies {
implementation project(":samples:common")

// SceneView
implementation "io.github.sceneview:sceneview:2.2.0"
releaseImplementation "io.github.sceneview:sceneview:2.2.0"
debugImplementation project(":sceneview")
}

0 comments on commit 4ff8865

Please sign in to comment.