From 63483685e3ffda5d6eb509de90a011e5caf359c4 Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 20 Jul 2026 09:58:37 -0400 Subject: [PATCH] chore: bump version to 1.2.0 (versionCode 3) --- 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 17c880f..9acbbf0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -26,8 +26,8 @@ android { applicationId = baseApplicationId minSdk = 26 targetSdk = 35 - versionCode = 2 - versionName = "1.1.0" + versionCode = 3 + versionName = "1.2.0" resValue("string", "app_name", "Dark Wisp") ndk {