chore:移除原签名包名等信息

This commit is contained in:
Max
2024-02-23 15:17:24 +08:00
parent 9f0b36b951
commit 4bd9865ac2
5 changed files with 13 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ android {
compileSdkVersion COMPILE_SDK_VERSION.toInteger()
defaultConfig {
applicationId isolationMode ? 'com.example.gogo' : 'app.hiyoo.fun'
applicationId isolationMode ? 'com.e.oos' : 'com.a.f'
minSdkVersion MIN_SDK_VERSION.toInteger()
targetSdkVersion TARGET_SDK_VERSION.toInteger()
versionCode Integer.valueOf(version_code)
@@ -85,18 +85,18 @@ android {
debug {
storeFile file('../app_debug.jks')
storePassword "debug2023"
storePassword "debug2024"
keyAlias "debug"
keyPassword "debug2023"
keyPassword "debug2024"
v2SigningEnabled true
v1SigningEnabled true
}
release {
storeFile file('../hiyoo.jks')
storePassword "hiyoo2023"
keyAlias "hiyoo"
keyPassword "hiyoo2023"
storeFile file('../app_release.jks')
storePassword "xxxx"
keyAlias "xxx"
keyPassword "xxxx"
v2SigningEnabled true
v1SigningEnabled true
}
@@ -149,8 +149,8 @@ android {
}
buildTypes {
def server_url_debug = '"http://beta.api.hiyoo.fun/"'
def server_url_release = '"https://api.hiyoo.fun/"'
def server_url_debug = '"http://beta.api.xx.xx/"'
def server_url_release = '"https://api.xx.xx/"'
debug {
println("minifyEnabled = " + minify_enabled)
@@ -343,5 +343,5 @@ xmlClassGuard {
//用于增量混淆的 mapping 文件
mappingFile = file("xml-class-mapping.txt")
//更改manifest文件的package属性即包名
packageChange = ["com.chwl.app": "co.ch.a"]
packageChange = ["com.chwl.app": "com.xxx.ms"]
}

Binary file not shown.

View File

@@ -10,6 +10,7 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
google()
maven { url 'https://maven.aliyun.com/repository/public' }

View File

@@ -32,8 +32,8 @@ COMPILE_SDK_VERSION=33
MIN_SDK_VERSION=21
TARGET_SDK_VERSION=33
version_name=10.0.0
version_code=10005
version_name=1.0.0
version_code=1
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890

BIN
hiyoo.jks

Binary file not shown.