I have published an app in the android market
Strangely, even though it uses google maps, in the market it says: Requires Android: 1.0 and up
How can I change this without messing with the manifest file? is there a way?
I have been changing the android:minSdkVersion which currently is 1, but my code is affected in strange places, crashing unexpectedly and the layouts are changed too
any ideas? Thanks!!