diff --git a/app/build.gradle b/app/build.gradle index 4a05faa..98d3efd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,9 +47,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - implementation project(':lighttrack') { - exclude group: 'com.zbgd.lighttrack',module:'lighttrack' // <<<---- this line was added - } + implementation project(':lighttrack') // implementation files("libs/lighttrack-debug.aar")