From 9a9917e5fd0f906480271fcb701a6ea32e85d7fa Mon Sep 17 00:00:00 2001 From: Arian Baishya Date: Wed, 19 Jun 2024 16:49:25 -0500 Subject: [PATCH] bump app version --- 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 75564c6..f503a95 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { compileSdk = 34 // App Versioning - versionCode = 221 - versionName = "v2.2.1" + versionCode = 230 + versionName = "v2.3.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {