diff --git a/app/build.gradle b/app/build.gradle index 67638da16..48176cc74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"] } \ No newline at end of file diff --git a/app_debug.jks b/app_debug.jks deleted file mode 100644 index 2d520d47b..000000000 Binary files a/app_debug.jks and /dev/null differ diff --git a/build.gradle b/build.gradle index 340724003..e7cb245d5 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ buildscript { repositories { mavenCentral() + mavenLocal() jcenter() google() maven { url 'https://maven.aliyun.com/repository/public' } diff --git a/gradle.properties b/gradle.properties index 07136b089..a61c7edf1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/hiyoo.jks b/hiyoo.jks deleted file mode 100644 index 1e3211f34..000000000 Binary files a/hiyoo.jks and /dev/null differ