Skip to content

Commit 339ed99

Browse files
author
Xia Ning
committed
update gradle to use jitpack
1 parent fd77db9 commit 339ed99

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Android/APIExample/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
repositories {
55
google()
66
jcenter()
7+
maven { url 'https://www.jitpack.io' }
78

89
}
910
dependencies {
@@ -20,6 +21,7 @@ allprojects {
2021
repositories {
2122
google()
2223
jcenter()
24+
maven { url 'https://www.jitpack.io' }
2325
}
2426
}
2527

Android/APIExample/lib-component/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3232

33-
api 'io.agora.rtc:full-sdk:3.4.0'
33+
api 'com.github.agorabuilder:native-full-sdk:3.4.0'
3434
api 'io.agora:agoraplayer:1.2.2'
3535

3636
}

0 commit comments

Comments
 (0)