From 9ed306422a7e6983a94f54099f259b452c4b37f1 Mon Sep 17 00:00:00 2001 From: ViscousPot Date: Tue, 26 Nov 2024 14:24:40 +0000 Subject: [PATCH] bump version number --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 84e68327..40cbf5a6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.viscouspot.gitsync" minSdk = 31 targetSdk = 34 - versionCode = 1613 - versionName = "1.613" + versionCode = 1614 + versionName = "1.614" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {