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 0dec6af + 083cba2 commit df35951
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 All @@ -36,6 +41,10 @@
- [UPDATE] Kotlin のバージョンを 1.9.25 に上げる
- @zztkm

## sora-andoroid-sdk-2024.3.0

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

## sora-andoroid-sdk-2024.2.0

- [UPDATE] システム条件を更新する
Expand All @@ -56,7 +65,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 @@ -28,7 +28,7 @@ Sora Android SDK の使い方は
- Android 5.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 df35951

Please sign in to comment.