From 1be038a19b9b86f47a079ead07c2765188c841b0 Mon Sep 17 00:00:00 2001 From: Chris Boyle Date: Sun, 15 Oct 2023 13:06:53 +0100 Subject: [PATCH] Bump version: let's do a beta --- 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 e9f50a027..e2bfc0f06 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 = 138 + versionCode = 139 versionName = timestamp(false) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"