I need to replace the versionName in a xml file from a shell script using sed.
Replace not-", like this:
not-"
sed -i .old '/android:versionName/ s/="[^"][^"]*"/="NEW VERSION NAME"/' AndroidManifest.xml