HI Guys,

I would like to override  android:versionName attribute that is
located in AndroidManifest.xml
here is a sample
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="1"
        android:versionName="1.0" />

I found ant code to read this value using xPath

<xpath input="AndroidManifest.xml"
           expression="/manifest/@android:versionName"
           output="${manifest.versionName}"/>

but I cannot find how to write this value using build ant script
I am looking for some easy to implement way

Please suggest,
Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to