Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
gradle
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:
10/14/2014 04:23:40 PM (
12 years
ago)
Author:
liaojiaohe
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
gradle
v1
v1
1
2
== 常用配置 ==
3
4
5
apply plugin: 'java': 指定项目为java项目[[BR]]
6
apply plugin: 'android-library':增加android类库[[BR]]
7