From 92da6e66a879e3b9b1307629aac305b72da7bf49 Mon Sep 17 00:00:00 2001 From: Thomas More Date: Mon, 10 Jun 2024 23:28:39 -0400 Subject: [PATCH] Update versionCode / versionName (106 / 2.4.0) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e80c8d..dbbac85 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 105 - versionName "2.3.2" + versionCode 106 + versionName "2.4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }