From 9bf4e044aa0060a959163c65041c329cc434313f Mon Sep 17 00:00:00 2001 From: Steven Gates Date: Wed, 17 Jun 2026 15:25:32 -0500 Subject: [PATCH] chore(release): bump to versionCode 23 / versionName 1.0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New production release off main. Includes the merged privacy-policy and data-safety corrections (#74, #75). Does NOT include the in-app updates feature (PR #73) — that flow is still under test and remains on its branch. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 b214844..198579d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "io.github.stozo04.openloop" minSdk = 26 targetSdk = 36 - versionCode = 22 - versionName = "1.0.22" + versionCode = 23 + versionName = "1.0.23" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {