分割hook.cpp文件 #4

Merged
chinosk merged 5 commits from chihya72/gkms-local:main into main 2026-05-13 14:44:46 +08:00
1 changed files with 4 additions and 7 deletions
Showing only changes of commit afcf1a3a7c - Show all commits

View File

@ -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)
}
}