android:versionCode 不是点.

来源:互联网 发布:淘宝评论打不开 编辑:程序博客网 时间:2024/05/01 18:34
 <replaceregexp file="AndroidManifest.xml"
 match='android:versionCode="(.*)"'
 replace='android:versionCode="${ver.code}"'
 byline="false">
 </replaceregexp>


 <replaceregexp file="AndroidManifest.xml"
 match='android:versionName="(.*)"'
 replace='android:versionName="${ver.name}"'
 byline="false">

 </replaceregexp>


网上所有的都不对,今天终于改对了

0 0