Skip to content

Commit

Permalink
Merge branch 'release/sora-android-sdk-2024.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 30, 2024
2 parents 2ceb092 + 4783dbe commit a224255
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@

## develop

## sora-andoroid-sdk-2024.3.1

**リリース日**: 2024-08-30

- [UPDATE] システム条件を更新する
- Android Studio 2024.1.1 以降
- WebRTC SFU Sora 2024.1.0 以降
- Sora Android SDK 2024.3.1 以降
- @miosakuma
- [UPDATE] Android Gradle Plugin (AGP) を 8.5.0 にアップグレードする
- Android Studion の AGP Upgrade Assistant を利用してアップグレードされた内容
Expand Down Expand Up @@ -60,6 +65,10 @@
- `Handler (Looper looper)``getMainLooper()` で取得した、メインスレッドに関連付けられた Looper を利用するようにした
- @tnoho

## sora-andoroid-sdk-2024.3.0

Sora Android SDK 2024.3.0 のリリース作業時に発生した問題によりスキップしました。

## sora-andoroid-sdk-2024.2.0

- [UPDATE] システム条件を更新する
Expand Down Expand Up @@ -88,7 +97,7 @@

## sora-andoroid-sdk-2024.1.0

Sora Android SDK 2024.1.0 のリリースミスによりスキップしました
Sora Android SDK 2024.1.0 のリリース作業時に発生した問題によりスキップしました

## sora-andoroid-sdk-2023.2.0

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 8.0 以降 (エミュレーターでの動作は保証しません)
- Android Studio 2024.1.1 以降
- WebRTC SFU Sora 2024.1.0 以降
- Sora Android SDK 2024.2.0 以降
- Sora Android SDK 2024.3.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.9.25'
ext.sora_android_sdk_version = 'develop-SNAPSHOT'
ext.sora_android_sdk_version = '2024.3.1'

repositories {
google()
Expand Down

0 comments on commit a224255

Please sign in to comment.