I have manifest file which has code for version as follows :
android:versionCode="4240"
android:versionName="4.2.4.0"
I want to write a shell script that changes "4240" and "4.2.4.0" to value passed as command line argument. "sed" command seems right option, I am new to regx or extended regx used by sed command. can anybody suggest me right way to replace value after android:versionCode="