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 93adffd commit b122ae9Copy full SHA for b122ae9
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.5"
+ const val VERSION = "2025.3.0-canary.6"
10
11
fun sdkInfo(): String = "Sora Android SDK $VERSION (${BuildConfig.REVISION})"
12
0 commit comments