Is there a way to specify <uses-sdk> with Corona?

<uses-sdk android:minsdkversion="integer"> android:targetSdkVersion="integer"<br> android:maxSdkVersion="integer" /&gt;<br>
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html [import]uid: 4596 topic_id: 14428 reply_id: 314428[/import]

Not in corona, but you can use my tips here:

http://www.base2solutions.com/walkabout/Corona%20Tips.html#7

Update this file in the ‘Other’ directory to support the latest xlarge screen stuff in the new corona.

http://www.mediafire.com/?f354aq5u71w5jp6 [import]uid: 8872 topic_id: 14428 reply_id: 53543[/import]

As of today’s daily build (#784), Corona now targets Android 4.0.3 (API Level 15). The minimum version is still set to Android 2.2 (API Level 8) to remain backward compatible. We did more than simply set the targetSdkVersion in the AndroidManifest.xml file. We are actually compiling against the newest Android version, which is what you are supposed to do when your app claims to target that specific version. [import]uid: 32256 topic_id: 14428 reply_id: 101933[/import]