Skip to content

Commit

Permalink
Merge branch 'release/2024.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Mar 19, 2024
2 parents 5a712c3 + 6458c3b commit 1a86f5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

## develop

## 2024.1.1

- [FIX] jitpack.yml を追加して jdk のバージョンを 11 に指定する
- JitPack で jdk 8 でビルドが走ってエラーとなったため、明示的に利用する jdk を指定する
- @miosakuma

## 2024.1.0

- [CHANGE] `NotificationMessage``matadata_list` を削除する
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk11
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.0"
const val version = "2024.1.1"

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

0 comments on commit 1a86f5a

Please sign in to comment.