Skip to content

Commit

Permalink
2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Mar 31, 2021
1 parent 2dab061 commit d13770e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
- バグ修正


## develop
## 2021.1

### UPDATE

- SDK のバージョンを 2021.1 に上げる
- 新しいスポットライトに対応する
- Kotlin を 1.4.31 に更新する
- Gradle を 6.8.3 に更新する
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Please read https://github.com/shiguredo/oss before use.
- Android 5.0 以降 (エミュレーターでの動作は保証しません)
- Android Studio 4.0 以降
- WebRTC SFU Sora 2020.3 以降
- Sora Android SDK 2020.1 以降
- Sora Android SDK 2021.1 以降

## サンプルの使い方

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "com.github.ben-manes.versions"

buildscript {
ext.kotlin_version = '1.4.31'
ext.sora_android_sdk_version = '2020.3'
ext.sora_android_sdk_version = '2021.1'

repositories {
jcenter()
Expand Down

0 comments on commit d13770e

Please sign in to comment.