Skip to content

Commit

Permalink
Merge branch 'release/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 0b063ba + be4835a commit a6677bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

## develop

## 2024.3.1

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

- [FIX] JitPack で発生した Gradle Task の暗黙的な依存関係によるビルドエラーを修正する
- `generateMetadataFileForSora-android-sdkPublication` は暗黙的に `sourcesJar` に依存していた
- このため、タスクの実行順序によってはビルドエラーが発生する状況になっており、kotlin 1.9 に上げたタイミングで問題が発現した
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.webrtc.WebrtcBuildVersion

class SDKInfo {
companion object {
const val version = "2024.3.0"
const val version = "2024.3.1"

fun sdkInfo(): String {
return "Sora Android SDK $version (${BuildConfig.REVISION})"
Expand Down

0 comments on commit a6677bd

Please sign in to comment.