Bump Android version to 1.3.8 (versionCode 40)
All checks were successful
Android Kernel Build / build (push) Successful in 19m27s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-31 16:15:16 +05:00
parent 727b902df7
commit 2ff1383b13

View File

@@ -23,8 +23,8 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown"
// ═══════════════════════════════════════════════════════════
// Rosetta versioning — bump here on each release
// ═══════════════════════════════════════════════════════════
val rosettaVersionName = "1.3.7"
val rosettaVersionCode = 39 // Increment on each release
val rosettaVersionName = "1.3.8"
val rosettaVersionCode = 40 // Increment on each release
val customWebRtcAar = file("libs/libwebrtc-custom.aar")
android {