From 2a17afa240af4d45b76ac7233ab9c3823328d597 Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Tue, 3 Oct 2023 21:36:00 -0400 Subject: [PATCH] bumop version Signed-off-by: androidacy-user --- 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 06a7317..238dc02 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -48,8 +48,8 @@ android { applicationId = "com.fox2code.mmm" minSdk = 26 targetSdk = 34 - versionCode = 87 - versionName = "2.3.3" + versionCode = 88 + versionName = "2.3.4" vectorDrawables { useSupportLibrary = true }