From 1e3c6b1ce0ab118c2494040cc73dfdf39b622ca9 Mon Sep 17 00:00:00 2001 From: Thomas More Date: Mon, 16 Sep 2024 14:29:25 -0400 Subject: [PATCH] Update versionCode / versionName (107 / 2.4.1) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 23f79c2..9039fc4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ android { applicationId "com.github.tmo1.sms_ie" minSdkVersion 19 targetSdkVersion 34 - versionCode 106 - versionName "2.4.0" + versionCode 107 + versionName "2.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }