mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +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
|
||||
versionCode getProps("VERSION_CODE").toInteger()
|
||||
versionName getProps("VERSION_NAME")
|
||||
setProperty("archivesBaseName", "SFA-" + versionName)
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
@ -63,6 +64,12 @@ android {
|
|||
viewBinding true
|
||||
aidl true
|
||||
}
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all {
|
||||
outputFileName = (outputFileName as String).replace("-release", "")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue