我有上传到Subversion/SVN repo的应用程序.是否可以使用脚本以某种方式更改存储在其中的应用程序版本代码AndroidManifest?我的意思是在结账/更新期间/之后?
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mypackage"
android:versionCode="100000"
android:versionName="1.0">
Run Code Online (Sandbox Code Playgroud)