We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511fb9 commit 7cdae4cCopy full SHA for 7cdae4c
sora-android-sdk/src/main/kotlin/jp/shiguredo/sora/sdk/util/SDKInfo.kt
@@ -6,7 +6,7 @@ import org.webrtc.WebrtcBuildVersion
6
7
class SDKInfo {
8
companion object {
9
- const val VERSION = "2025.3.0"
+ const val VERSION = "2025.4.0-canary.0"
10
11
fun sdkInfo(): String = "Sora Android SDK $VERSION (${BuildConfig.REVISION})"
12
0 commit comments