Skip to content

Commit

Permalink
libwebrtc を 125.6422.2.5 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Jul 3, 2024
1 parent 63ec5d2 commit 91f032d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## develop

- [UPDATE] libwebrtc を 125.6422.2.5 に上げる
- @miosakuma

## 2024.2.0

- [UPDATE] libwebrtc を 122.6261.1.0 に上げる
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sora Android SDK

[![Release](https://jitpack.io/v/shiguredo/sora-android-sdk.svg)](https://jitpack.io/#shiguredo/sora-android-sdk)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-122.6261-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/6261)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-125.6422-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/6422)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/shiguredo/sora-android-sdk.svg)](https://github.com/shiguredo/sora-android-sdk.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'org.jetbrains.dokka'

buildscript {
ext.kotlin_version = '1.8.10'
ext.libwebrtc_version = '122.6261.1.0'
ext.libwebrtc_version = '125.6422.2.5'

ext.dokka_version = '1.8.10'

Expand Down

0 comments on commit 91f032d

Please sign in to comment.