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!!
Android API levels correspond to the different releases of Android. For example, Android 1.5 (the minimum required for Maps) is API level 3. The minimum API Level is declared in the manifest as following: