From 456314780fff98689ab973ecdc08656ec0183209 Mon Sep 17 00:00:00 2001 From: Kenny Daniel Date: Tue, 24 Oct 2023 13:41:02 -0700 Subject: [PATCH] =?UTF-8?q?Publish=20v5.10=20=F0=9F=A7=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bb9b4516..b4601ea8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { compileSdk 33 minSdkVersion 21 targetSdkVersion 33 - versionCode 141 - versionName "5.10-beta" + versionCode 142 + versionName "5.10" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {