chore:移除原签名包名等信息
This commit is contained in:
@@ -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"]
|
||||
}
|
BIN
app_debug.jks
BIN
app_debug.jks
Binary file not shown.
@@ -10,6 +10,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
google()
|
||||
maven { url 'https://maven.aliyun.com/repository/public' }
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user