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

View File

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

BIN
hiyoo.jks

Binary file not shown.