We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd77db9 commit 339ed99Copy full SHA for 339ed99
2 files changed
Android/APIExample/build.gradle
@@ -4,6 +4,7 @@ buildscript {
4
repositories {
5
google()
6
jcenter()
7
+ maven { url 'https://www.jitpack.io' }
8
9
}
10
dependencies {
@@ -20,6 +21,7 @@ allprojects {
20
21
22
23
24
25
26
27
Android/APIExample/lib-component/build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
31
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
32
33
- api 'io.agora.rtc:full-sdk:3.4.0'
+ api 'com.github.agorabuilder:native-full-sdk:3.4.0'
34
api 'io.agora:agoraplayer:1.2.2'
35
36
0 commit comments