From 7363eb73913486ce167771be414ff468a412e4c3 Mon Sep 17 00:00:00 2001 From: Chris Boyle Date: Fri, 29 Mar 2024 22:43:10 +0000 Subject: [PATCH] Bump version again (build revision issue) --- 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 175050f19..932ac761a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ android { applicationId = "name.boyle.chris.sgtpuzzles" minSdk = 21 targetSdk = 34 - versionCode = 145 + versionCode = 146 versionName = timestamp(false) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"