From 0d7011384ab0814396776f567fd059c8ade0924b Mon Sep 17 00:00:00 2001 From: JMTDI <212186038+JMTDI@users.noreply.github.com> Date: Sun, 10 May 2026 01:56:17 +0000 Subject: [PATCH] chore: release v4.3.7 (2239) --- data/src/main/assets/changelog.json | 5 +++++ presentation/build.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/data/src/main/assets/changelog.json b/data/src/main/assets/changelog.json index 5ccfab7dd..f5ab3c883 100644 --- a/data/src/main/assets/changelog.json +++ b/data/src/main/assets/changelog.json @@ -1,4 +1,9 @@ [ + { + "versionCode": 2239, + "versionName": "4.3.7", + "fixed": [] + }, { "versionCode": 2238, "versionName": "4.3.6", diff --git a/presentation/build.gradle b/presentation/build.gradle index deee13070..8121d300e 100644 --- a/presentation/build.gradle +++ b/presentation/build.gradle @@ -28,8 +28,8 @@ android { applicationId 'com.jmtditech.quik' minSdkVersion 23 targetSdkVersion 33 - versionCode 2238 - versionName '4.3.6' + versionCode 2239 + versionName '4.3.7' setProperty("archivesBaseName", "QUIK-v${versionName}") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }