mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-05-17 08:42:32 +07:00
修改版本号
This commit is contained in:
+4
-7
@@ -6,9 +6,6 @@ plugins {
|
|||||||
id("kotlin-parcelize")
|
id("kotlin-parcelize")
|
||||||
}
|
}
|
||||||
|
|
||||||
def pluginVersionName = "v3.3.1"
|
|
||||||
def pluginVersionCode = 30301
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'io.github.chinosk.gakumas.localify'
|
namespace 'io.github.chinosk.gakumas.localify'
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
@@ -18,9 +15,9 @@ android {
|
|||||||
applicationId "io.github.chinosk.gakumas.localify"
|
applicationId "io.github.chinosk.gakumas.localify"
|
||||||
minSdk 29
|
minSdk 29
|
||||||
targetSdk 34
|
targetSdk 34
|
||||||
versionCode pluginVersionCode
|
versionCode 12
|
||||||
versionName pluginVersionName
|
versionName "v3.3.1"
|
||||||
buildConfigField "String", "VERSION_NAME", "\"${pluginVersionName}\""
|
buildConfigField "String", "VERSION_NAME", "\"${versionName}\""
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
@@ -135,4 +132,4 @@ dependencies {
|
|||||||
implementation(libs.shadowhook)
|
implementation(libs.shadowhook)
|
||||||
compileOnly(libs.xposed.api)
|
compileOnly(libs.xposed.api)
|
||||||
implementation(libs.kotlinx.serialization.json)
|
implementation(libs.kotlinx.serialization.json)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user