From 39cc49edc19e3b67f94c1d248f573735d42836c2 Mon Sep 17 00:00:00 2001 From: Matt Hills Date: Tue, 17 Jun 2025 16:19:52 -0400 Subject: [PATCH] bumping versionCode --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 74f23e8..118c018 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,7 +10,7 @@ android { applicationId = "com.mattintech.androidtestapp" minSdk = 32 targetSdk = 35 - versionCode = 1 + versionCode = 2 versionName = "1.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"