Skip to content

Commit

Permalink
Merge branch 'release/sora-android-sdk-2024.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Mar 19, 2024
2 parents 887f163 + f85cad3 commit fd7bc9e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

## develop

## sora-andoroid-sdk-2024.1.1

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

## sora-andoroid-sdk-2024.1.0

Sora Android SDK 2024.1.0 のリリースミスによりスキップしました。

## sora-andoroid-sdk-2023.2.0

- [UPDATE] システム条件を更新する
Expand Down
6 changes: 3 additions & 3 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.2.1 以降
- WebRTC SFU Sora 2023.1.0 以降
- Sora Android SDK 2023.2.0 以降
- Android Studio 2023.2.1 以降
- WebRTC SFU Sora 2023.2.0 以降
- Sora Android SDK 2024.1.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.8.10'
ext.sora_android_sdk_version = '2023.2.0'
ext.sora_android_sdk_version = '2024.1.1'

repositories {
google()
Expand Down

0 comments on commit fd7bc9e

Please sign in to comment.