From b88fd9353313fce3f5f1b5b05ed72b5e1166f5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:53:23 +0900 Subject: [PATCH] =?UTF-8?q?v2.3.8=20=E4=BC=98=E5=8C=96=201.=20=E9=9B=86?= =?UTF-8?q?=E4=B8=AD=E7=AE=A1=E7=90=86=E8=AE=BE=E7=BD=AE=E9=A1=B9=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=201.=20androidx.constraintlayout=20->=202.2.?= =?UTF-8?q?1=202.=20gson=20->=202.12.1=203.=20lottie=20->=206.6.4=204.=20j?= =?UTF-8?q?na=20->=205.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e265bb9..6a26cd9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId 'top.fumiama.copymanga' minSdkVersion 23 targetSdkVersion 34 - versionCode 65 - versionName '2.3.7' + versionCode 66 + versionName '2.3.8' resourceConfigurations += ['zh', 'zh-rCN'] testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"