mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 20:37:40 +03:00
Update build config
This commit is contained in:
parent
a86c0655c4
commit
805d99e297
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,7 @@ android {
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode getProps("VERSION_CODE").toInteger()
|
versionCode getProps("VERSION_CODE").toInteger()
|
||||||
versionName getProps("VERSION_NAME")
|
versionName getProps("VERSION_NAME")
|
||||||
|
setProperty("archivesBaseName", "SFA-" + versionName)
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
@ -63,6 +64,12 @@ android {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
aidl true
|
aidl true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
applicationVariants.all { variant ->
|
||||||
|
variant.outputs.all {
|
||||||
|
outputFileName = (outputFileName as String).replace("-release", "")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue