Skip to content

Commit 86d4dac

Browse files
author
Xia Ning
committed
simply build.gradle
1 parent 567ed5d commit 86d4dac

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Android/APIExample/lib-component/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,13 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation fileTree(dir: 'libs', include: ['*.jar'])
26+
api fileTree(dir: 'libs', include: ['*.jar'])
2727

2828
implementation 'androidx.appcompat:appcompat:1.1.0'
2929
testImplementation 'junit:junit:4.12'
3030
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3232

33-
34-
// api 'io.agora.rtc:full-sdk:2.9.0.104'
35-
// api 'io.agora.rtc:full-sdk:3.0.0'
36-
// api 'io.agora.rtc:full-sdk:3.1.2'
37-
3833
api 'io.agora.rtc:full-sdk:3.3.0'
3934
api 'io.agora:agoraplayer:1.2.2'
4035

0 commit comments

Comments
 (0)