From 53763fa67bac6e78b0863372997851e8911c6d4c Mon Sep 17 00:00:00 2001 From: Chris Boyle Date: Sun, 10 Mar 2024 23:11:13 +0000 Subject: [PATCH] Bump version --- 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 cb80832da..8fd645080 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 = 143 + versionCode = 144 versionName = timestamp(false) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"