Commit 783be478 authored by fallenstardust's avatar fallenstardust

防QQ、微信等文件拓展名被改

parent 14d6c183
......@@ -41,7 +41,7 @@ android {
}
android.applicationVariants.all { variant ->
variant.outputs.all {
def fileName = "YGOMobile_${versionName}.apk"
def fileName = "YGOMobile_${versionName}.Apk"
outputFileName = fileName
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment