From afcf1a3a7c1ba3b774952392182eb2fac1dbd505 Mon Sep 17 00:00:00 2001 From: pm chihya Date: Sat, 9 May 2026 20:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e925de..997b241 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,9 +6,6 @@ plugins { id("kotlin-parcelize") } -def pluginVersionName = "v3.3.1" -def pluginVersionCode = 30301 - android { namespace 'io.github.chinosk.gakumas.localify' compileSdk 34 @@ -18,9 +15,9 @@ android { applicationId "io.github.chinosk.gakumas.localify" minSdk 29 targetSdk 34 - versionCode pluginVersionCode - versionName pluginVersionName - buildConfigField "String", "VERSION_NAME", "\"${pluginVersionName}\"" + versionCode 12 + versionName "v3.3.1" + buildConfigField "String", "VERSION_NAME", "\"${versionName}\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -135,4 +132,4 @@ dependencies { implementation(libs.shadowhook) compileOnly(libs.xposed.api) implementation(libs.kotlinx.serialization.json) -} +} \ No newline at end of file