Skip to content

Commit b711369

Browse files
committed
edit build gradle
1 parent 7a30661 commit b711369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webrtc-android-framework/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest','creat
7373
}
7474

7575
dependencies {
76-
api fileTree(include: ['*.jar'], dir: 'libs')
76+
//api fileTree(include: ['*.jar'], dir: 'libs')
77+
implementation files('libs/autobanh.jar')
78+
api files('libs/webrtc.jar')
7779
implementation 'com.google.code.findbugs:jsr305:3.0.2'
7880
implementation 'androidx.annotation:annotation:1.5.0'
7981
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)