You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump Android versionCode to 36
Updates `android/app/build.gradle.kts` to increment `versionCode` from 35 to 36 for the next Android release while keeping `versionName` at 1.3.0.
Bump app version to 1.2.3
Update release version across platforms: Android versionCode 17→18 and versionName 1.2.2→1.2.3 in build.gradle.kts; iOS CURRENT_PROJECT_VERSION 66→67 and MARKETING_VERSION 1.2.2→1.2.3 in project.pbxproj; and bump Rust package version to 1.2.3 in Cargo.toml.
Bump Android versionCode and iOS build number
Increment Android versionCode from 13 to 14 and update iOS CURRENT_PROJECT_VERSION from 60 to 61 in the Xcode project (both build configurations). Prepares native build identifiers for the next release (versionName remains 1.2.0).