Skip to content

Commit

Permalink
2024.2.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 23, 2024
1 parent 7f70ba9 commit a780a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

## develop

## 2024.2.0

- [UPDATE] libwebrtc を 122.6261.1.0 に上げる
- @miosakuma
- [UPDATE] Github Actions の actions/setup-java@v4 にあげる
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.1.1"
const val version = "2024.2.0"

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

0 comments on commit a780a78

Please sign in to comment.