Changes between Version 4 and Version 5 of window


Ignore:
Timestamp:
11/03/2014 11:45:59 AM (11 years ago)
Author:
shijingcheng-JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • window

    v4 v5  
    6363        //加入keystore签名 
    6464        myConfig { 
    65             //文件 
     65            //文件路径和文件 
    6666            storeFile file("gradle.keystore") 
     67            //keystore文件密码 
    6768            storePassword "gradle" 
    6869            //别名 
    6970            keyAlias "gradle.keystore" 
     71            //别名密码 
    7072            keyPassword "gradle" 
    7173        } 
     
    165167== 更多详细的代码解释: == 
    166168[http://trac.pc.com.cn/gzandroid/wiki/gradle] 
    167