mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-29 03:39:56 +03:00
Chore: Change package name
This commit is contained in:
parent
8695ef75de
commit
a0cdb8acbe
1 changed files with 3 additions and 3 deletions
|
@ -34,13 +34,13 @@ subprojects {
|
||||||
extensions.configure<BaseExtension> {
|
extensions.configure<BaseExtension> {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
if (isApp) {
|
if (isApp) {
|
||||||
applicationId = "com.github.kr328.clash"
|
applicationId = "com.github.metacubex.clash"
|
||||||
}
|
}
|
||||||
|
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 31
|
targetSdk = 31
|
||||||
|
|
||||||
versionName = "2.5.9-pa01"
|
versionName = "2.5.9-pa02"
|
||||||
versionCode = 205009
|
versionCode = 205009
|
||||||
|
|
||||||
resValue("string", "release_name", "v$versionName")
|
resValue("string", "release_name", "v$versionName")
|
||||||
|
@ -80,7 +80,7 @@ subprojects {
|
||||||
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||||
|
|
||||||
if (isApp) {
|
if (isApp) {
|
||||||
applicationIdSuffix = ".foss"
|
applicationIdSuffix = ".meta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue