Chore: Change package name

This commit is contained in:
djoeni 2022-06-28 16:23:53 +07:00 committed by GitHub
parent 8695ef75de
commit a0cdb8acbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@ subprojects {
extensions.configure<BaseExtension> {
defaultConfig {
if (isApp) {
applicationId = "com.github.kr328.clash"
applicationId = "com.github.metacubex.clash"
}
minSdk = 21
targetSdk = 31
versionName = "2.5.9-pa01"
versionName = "2.5.9-pa02"
versionCode = 205009
resValue("string", "release_name", "v$versionName")
@ -80,7 +80,7 @@ subprojects {
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
if (isApp) {
applicationIdSuffix = ".foss"
applicationIdSuffix = ".meta"
}
}
}