Skip to content

Commit

Permalink
Merge branch 'release/sora-android-sdk-2023.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 29, 2023
2 parents 7705f6a + c2ed7a5 commit 155c4d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

## develop

## sora-andoroid-sdk-2023.2.0

- [UPDATE] システム条件を更新する
- Android Studio 2022.2.1 以降
- WebRTC SFU Sora 2023.1.0 以降
- Sora Android SDK 2023.2.0 以降
- @miosakuma

## sora-andoroid-sdk-2023.1.0

- [UPDATE] システム条件を更新する
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Sora Android SDK の使い方は
## システム条件

- Android 5.0 以降 (エミュレーターでの動作は保証しません)
- Android Studio 2022.3.1 以降
- Android Studio 2022.2.1 以降
- WebRTC SFU Sora 2023.1.0 以降
- Sora Android SDK 2023.1.0 以降
- Sora Android SDK 2023.2.0 以降

## 参考リンク

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.8.10'
ext.sora_android_sdk_version = 'develop-SNAPSHOT'
ext.sora_android_sdk_version = '2023.2.0'

repositories {
google()
Expand Down

0 comments on commit 155c4d8

Please sign in to comment.