Skip to content

Commit

Permalink
feat: upgrade native sdk 4.3.1.136
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe authored Jul 23, 2024
1 parent 325f1a7 commit 0d282b2
Show file tree
Hide file tree
Showing 12 changed files with 1,719 additions and 1,185 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ dependencies {
if (isDev(project)) {
api fileTree(dir: "libs", include: ["*.jar"])
} else {
api 'io.agora.rtc:iris-rtc:4.3.1-build.1'
api 'io.agora.rtc:full-sdk:4.3.1'
api 'io.agora.rtc:full-screen-sharing:4.3.1'
api 'io.agora.rtc:iris-rtc:4.3.1.136-build.1'
api 'io.agora.rtc:agora-special-full:4.3.1.136'
api 'io.agora.rtc:full-screen-sharing:4.3.1.136'
}
}

Expand Down
2,147 changes: 1,230 additions & 917 deletions android/src/main/cpp/third_party/include/agora_rtc/AgoraBase.h

Large diffs are not rendered by default.

Loading

0 comments on commit 0d282b2

Please sign in to comment.