From 810350e17ec014d49ea715cc08396c5f9766b53d Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 16 Jun 2024 02:09:51 +0200 Subject: [PATCH] chore: bump to 1.1.1-beta+gp20 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 71337012..095038eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,8 +58,8 @@ android { applicationId "chat.revolt" minSdk 24 targetSdk 34 - versionCode Integer.parseInt("001_001_000".replaceAll("_", ""), 10) - versionName "1.1.0-beta+gp20" + versionCode Integer.parseInt("001_001_001".replaceAll("_", ""), 10) + versionName "1.1.1-beta+gp20" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {