Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
参照する WebRTC を M88 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Dec 6, 2020
1 parent edf0a16 commit 56aa820
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# React Native WebRTC Kit

[![libwebrtc](https://img.shields.io/badge/libwebrtc-m86.4240.1-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/4240)
[![libwebrtc](https://img.shields.io/badge/libwebrtc-m88.4324.2-blue.svg)](https://chromium.googlesource.com/external/webrtc/+/branch-heads/4240)
[![GitHub tag](https://img.shields.io/github/tag/react-native-webrtc-kit/react-native-webrtc-kit.svg)](https://github.com/react-native-webrtc-kit/react-native-webrtc-kit)
[![npm version](https://badge.fury.io/js/react-native-webrtc-kit.svg)](https://badge.fury.io/js/react-native-webrtc-kit)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand All @@ -14,7 +14,7 @@ React Native WebRTC Kit は、 React Native アプリケーションから WebRT

## 利用 libwebrtc バージョン

本ライブラリは WebRTC M86 を利用しています。
本ライブラリは WebRTC M88 を利用しています。

## Web API (ブラウザ) との互換性について

Expand Down Expand Up @@ -71,7 +71,7 @@ In other languages, we won't be able to deal with them. Thank you for your under
```
dependencies {
implementation 'com.facebook.react:react-native:+'
// api "com.github.react-native-webrtc-kit:webrtc-android:83.4103.12.2"
// api "com.github.react-native-webrtc-kit:webrtc-android:88.4324.2.0"
implementation "androidx.annotation:annotation:1.1.0"
api fileTree(dir: 'libs')
}
Expand Down
2 changes: 1 addition & 1 deletion ReactNativeWebRTCKit.podspec
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "WebRTC", "~> 86.4240.1.2" # source 'https://github.com/shiguredo/sora-ios-sdk-specs.git'
s.dependency "WebRTC", "~> 88.4324.2.0" # source 'https://github.com/react-native-webrtc-kit/webrtc-ios'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -43,7 +43,7 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
api "com.github.react-native-webrtc-kit:webrtc-android:86.4240.1.2"
api "com.github.react-native-webrtc-kit:webrtc-android:88.4324.2.0"
implementation "androidx.annotation:annotation:1.1.0"
}

0 comments on commit 56aa820

Please sign in to comment.