Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created April 28, 2021 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dmuasya/9d94951870d631d399c5c0cee68bc156 to your computer and use it in GitHub Desktop.
Save Dmuasya/9d94951870d631d399c5c0cee68bc156 to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
//SceneForm
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.17.1"
implementation "com.google.ar.sceneform:animation:1.17.1"
implementation 'com.android.support:design:29.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment