From a003ba0527e3779264fe31427261a42b55b63260 Mon Sep 17 00:00:00 2001 From: Ahmet Abdullah Gultekin Date: Sat, 6 Jun 2026 14:07:36 +0000 Subject: [PATCH] =?UTF-8?q?release(android):=20v5.3.1=20(versionCode=2013)?= =?UTF-8?q?=20=E2=80=94=20ship=20the=20MFA=20stale-connection=20retry=20fi?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v5.3.0 (versionCode 12) shipped without the Ktor HttpRequestRetry fix (#87, now on main). Bump to 5.3.1 / code 13 so the next CI-signed APK upgrades in place over v5.3.0 and carries the transport/IO retry. Signed APK is produced by the android-build.yml workflow (build_type=release, keystore secrets held in GitHub). Co-Authored-By: Claude Opus 4.8 (1M context) --- androidApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 47b0acce..df36a36d 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -42,8 +42,8 @@ android { applicationId = "com.fivucsas.mobile" minSdk = 24 targetSdk = 35 - versionCode = 12 - versionName = "5.3.0" + versionCode = 13 + versionName = "5.3.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"