From 7ccf0f7cf6af5bc1a4d3ef5a9c8419c48304bb5f Mon Sep 17 00:00:00 2001 From: Mark Injerd Date: Thu, 11 Jan 2024 00:48:05 -0500 Subject: [PATCH] Bump version: 1.3.0 (28) -> 1.3.1 (29) --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7489335..33bc4fc 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2011-2023 Mark Injerd + * Copyright 2011-2024 Mark Injerd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -47,8 +47,8 @@ android { applicationId = "com.pilot51.voicenotify" minSdk = 21 targetSdk = 34 - versionName = "1.3.0" - versionCode = 28 + versionName = "1.3.1" + versionCode = 29 vectorDrawables.useSupportLibrary = true ksp { arg("room.schemaLocation", "$projectDir/schemas")