-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversion.properties
More file actions
25 lines (25 loc) · 1.41 KB
/
version.properties
File metadata and controls
25 lines (25 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ============================================================
# Fialka — Single source of truth for app version
# ============================================================
# Edit ONLY this file to bump the version.
# build.gradle.kts reads these values automatically.
#
# Rules:
# VERSION_CODE — integer, incremented on every published APK release (NEVER decreases)
# VERSION_NAME — human-readable, follows semantic versioning:
# x.y.z-alpha → active development, no public users
# x.y.z-beta → public testers
# x.y.z → stable public release
#
# History:
# versionCode 1-7 → V1 through V3.5
# versionCode 8 → V4.0 (Kill Firebase, pure P2P Tor)
# versionCode 9 → V4.0.1 (Keystore, SQLCipher fix)
# versionCode 10 → V4.0.2 (Fialka-Core Rust JNI Bridge)
# versionCode 11 → V4.1.0 (Ed25519 contact auth, unit tests, migration warning)
# versionCode 12 → V4.2.0 (Monero wallet integration, XMR in-chat payments, donation subaddress, Tor settings, seed backup)
# versionCode 13 → V4.3.0 (Backup .fialka E2E, StorageFragment, reorganisation Settings, legalité wallet XMR)
# versionCode 14 → V4.3.5 (Full i18n audit — all hardcoded strings externalized, EN translation complete, language switcher)
# ============================================================
VERSION_CODE=14
VERSION_NAME=4.3.5-alpha