We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567ed5d commit 86d4dacCopy full SHA for 86d4dac
1 file changed
Android/APIExample/lib-component/build.gradle
@@ -23,18 +23,13 @@ android {
23
}
24
25
dependencies {
26
- implementation fileTree(dir: 'libs', include: ['*.jar'])
+ api fileTree(dir: 'libs', include: ['*.jar'])
27
28
implementation 'androidx.appcompat:appcompat:1.1.0'
29
testImplementation 'junit:junit:4.12'
30
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
31
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
32
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
38
api 'io.agora.rtc:full-sdk:3.3.0'
39
api 'io.agora:agoraplayer:1.2.2'
40
0 commit comments