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 6986593 commit a2251e3Copy full SHA for a2251e3
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-canary.3"
+ const val VERSION = "2025.3.0-canary.4"
10
11
fun sdkInfo(): String = "Sora Android SDK $VERSION (${BuildConfig.REVISION})"
12
0 commit comments