Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
window
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/03/2014 11:42:18 AM (
11 years
ago)
Author:
shijingcheng-JZ
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
window
v3
v4
59
59
}
60
60
61
61
62
signingConfigs {
63
//加入keystore签名
62
64
myConfig {
65
//文件名
63
66
storeFile file("gradle.keystore")
64
67
storePassword "gradle"
68
//别名
65
69
keyAlias "gradle.keystore"
66
70
keyPassword "gradle"