From 2c5cc8ef193701d77229cfa283c047a690fd96ae Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Thu, 13 Feb 2025 17:43:27 +0700 Subject: [PATCH] bump version --- app/build.gradle.kts | 2 +- app/src/main/res/raw/changelog_release.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 17e5529b8..1059dd603 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,7 +31,7 @@ android { applicationId = "app.komikku" versionCode = 71 - versionName = "1.12.4" + versionName = "1.12.6" buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"") buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"") diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index ca4408280..f42a309fa 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,6 +1,6 @@ - + [b]Fix:[/b] crash due to extensions destructuring MangasPage