Skip to content

Commit 781ba2e

Browse files
Fixed Android build.gradle
1 parent c813442 commit 781ba2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

NativeApp/Android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ android {
4343
configurations { natives }
4444

4545
dependencies {
46+
implementation fileTree(dir: 'libs', include: ['*.jar'])
47+
4648
// ARCore library
4749
implementation 'com.google.ar:core:1.18.0'
4850
natives 'com.google.ar:core:1.18.0'

0 commit comments

Comments
 (0)