Changes between Version 19 and Version 20 of gradle
- Timestamp:
- 10/21/2014 12:16:58 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gradle
v19 v20 129 129 res.srcDirs = ['res'] 130 130 assets.srcDirs = ['assets'] 131 jniLibs.srcDirs = ["${rootDir}/pcgCommon/libs"] 131 132 } 132 133 … … 221 222 222 223 * 调过lint[[BR]] tasks.whenTaskAdded { task -> [[BR]] if (task.name.equals("lint")) { [[BR]] task.enabled = false [[BR]] } [[BR]] }[[BR]] 224 225 * 复制so文件到安装包要怎加这个,只有在app模块生效在lib模块不生效 jniLibs.srcDirs = ["${rootDir}/pcgCommon/libs"] [[BR]] 223 226 224 227 … … 305 308 -dontwarn com.imofan.** 306 309 -dontwarn cn.com.pcgroup.** 307 }}} 310 311 -dontwarn cn.jpush.** 312 -keep class cn.jpush.** { *; } 313 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)