We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b04b65 commit aa24627Copy full SHA for aa24627
app/debug.gradle
@@ -43,7 +43,7 @@ android.applicationVariants.all { variant ->
43
}
44
45
variant.outputs.each { output ->
46
- def apkName = "xposed.${android.defaultConfig.applicationId}.${android.defaultConfig.versionName}.${variant.buildType.name}.apk"
+ def apkName = "xposed.${android.defaultConfig.applicationId}.wechatfp.${android.defaultConfig.versionName}.${variant.buildType.name}.apk"
47
output.outputFileName = apkName
48
49
0 commit comments