Release 4.2.5+1: RU/EN language switch in UI (navis.lang, default Russian); translate static and dynamic strings including server titles and country names. Windows 4.2.5.1.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-08-02 10:07:12 +03:00
co-authored by Cursor
parent 6d52913c32
commit e633b63a9b
12 changed files with 663 additions and 230 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
minSdk = 26
targetSdk = 35
// versionCode = major*1_000_000 + minor*10_000 + patch*100 + build
versionCode = 4_024_001
versionName = "4.2.4+1"
versionCode = 4_025_001
versionName = "4.2.5+1"
vectorDrawables.useSupportLibrary = true
ndk {
abiFilters += listOf("arm64-v8a", "armeabi-v7a", "x86_64")