From da6a26a8d64e0dd8ba5ebba02b0e3df013b04946 Mon Sep 17 00:00:00 2001 From: Infi Date: Mon, 12 Jun 2023 20:13:24 +0200 Subject: [PATCH] chore: bump to 0.4.2 Signed-off-by: Infi --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cf6d87fc..276b5a59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,8 +50,8 @@ android { applicationId "chat.revolt" minSdk 24 targetSdk 33 - versionCode Integer.parseInt("000_004_001".replaceAll("_", ""), 10) - versionName "0.4.1" + versionCode Integer.parseInt("000_004_002".replaceAll("_", ""), 10) + versionName "0.4.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {