From cea9b4a8702642dc14bc50b54793f01209e743a0 Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 19 Aug 2023 15:13:14 +0500 Subject: [PATCH] chore: bump to 0.5.3 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 f5700bcb..77f048c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,8 +50,8 @@ android { applicationId "chat.revolt" minSdk 24 targetSdk 34 - versionCode Integer.parseInt("000_005_002".replaceAll("_", ""), 10) - versionName "0.5.2" + versionCode Integer.parseInt("000_005_003".replaceAll("_", ""), 10) + versionName "0.5.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {