This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
escreen
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
升级版本号
master
YunLei
2 years ago
parent
8dd6614cee
commit
b807221f68
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/build.gradle
+ 1
- 1
app/build.gradle
View File
@@ -115,7 +115,7 @@ android {
applicationVariants.all { variant ->
variant.outputs.all { output ->
def fileName
fileName = "Yzx_${variant.versionName}.apk"
fileName = "Yzx_
escreen_
${variant.versionName}.apk"
output.outputFileName = fileName
}
}
Write
Preview
Loading…
Cancel
Save