From 493aed9ad7288ac8cba790d8454bcdf9151fcc0a Mon Sep 17 00:00:00 2001 From: infi Date: Sat, 21 Feb 2026 20:23:24 +0100 Subject: [PATCH] chore: bump to 1.4.0 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 85c6b748..ca78bb21 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -64,8 +64,8 @@ android { applicationId = "chat.revolt" minSdk = libs.versions.minSdk.get().toInt() targetSdk = libs.versions.targetSdk.get().toInt() - versionCode = Integer.parseInt("001_003_409".replace("_", ""), 10) - versionName = "1.3.9a" + versionCode = Integer.parseInt("001_004_000".replace("_", ""), 10) + versionName = "1.4.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {