diff --git a/android/build.gradle b/android/build.gradle index 197831c..754b2bf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,6 +20,9 @@ rootProject.allprojects { // flatDir { // dirs 'src/main/libs' // } + flatDir { + dirs project(':camera_deep_ar').file('lib') + } } } @@ -60,5 +63,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation files('lib/deepar0.aar') + implementation (name: 'deepar0', ext: 'aar') }