I need to replace the versionName in a xml file from a shell script using sed.
sed 's/\([[:blank:]]android:versionName="\)[^"]*"/\1Your New Value"/' YourFile
android:versionName
[[:blan:k]]
\(^\|[[:blank:]]\)
-i