feat: update version to 1.1.0 and enhance sync cycle handling in ProtocolManager
Some checks failed
Android Kernel Build / build (push) Failing after 2m6s

This commit is contained in:
2026-02-27 21:42:53 +05:00
parent b45ca7dcdd
commit 530605ab6c
3 changed files with 122 additions and 93 deletions

View File

@@ -23,8 +23,8 @@ val gitShortSha = safeGitOutput("rev-parse", "--short", "HEAD") ?: "unknown"
// ═══════════════════════════════════════════════════════════
// Rosetta versioning — bump here on each release
// ═══════════════════════════════════════════════════════════
val rosettaVersionName = "1.0.11"
val rosettaVersionCode = 11 // Increment on each release
val rosettaVersionName = "1.1.0"
val rosettaVersionCode = 12 // Increment on each release
android {
namespace = "com.rosetta.messenger"