Skip to content

Commit

Permalink
update version 4.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaozhong committed May 31, 2021
1 parent f85c194 commit 8eee525
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AR-Android-Tutorial-1to1/sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation project(path: ':logger')
implementation 'io.anyrtc:rtc:4.2.0'
implementation 'io.anyrtc:rtc:4.2.1.1'
}
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ private void removeLocalVideo() {
if (rlLocal!=null){
rlLocal.removeAllViews();
}

}
private void startCall() {
setupLocalVideo();
Expand Down
2 changes: 2 additions & 0 deletions AR-Android-Tutorial-1to1/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -15,6 +16,7 @@ buildscript {
allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}
Expand Down
Binary file modified SDK/rtc-release.aar
Binary file not shown.

0 comments on commit 8eee525

Please sign in to comment.