From d773af095fb9791eb0c041e51dcd549c30dd3db6 Mon Sep 17 00:00:00 2001 From: ViscousPot Date: Thu, 19 Dec 2024 20:32:38 +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 afb9196e..a4f4beaa 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,8 +12,8 @@ android { applicationId = "com.viscouspot.gitsync" minSdk = 21 targetSdk = 34 - versionCode = 1633 - versionName = "1.633" + versionCode = 1634 + versionName = "1.634" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {