Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhongsheng committed Sep 11, 2024
1 parent 1bd0d0b commit 0a8d6be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down

0 comments on commit 0a8d6be

Please sign in to comment.