Cannot make update in market place, because version code has not been changed
Change in project does not change this code only in
supported screens
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"
android:versionCode="2" <-- this should not be in support-screens
android:versionName="1.1"/> <-- this should not be in support-screens
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ready4music.r4m.amazingguitarchords"
android:versionCode="1" <- not updated
android:versionName="1.0"> <- not updated
<uses-sdk android:minSdkVersion="4" />
i cannot change it manually because when compile it changes back to
the old version