all android API levels are now supported

This commit is contained in:
Laurent Sansonetti
2014-08-09 23:02:43 +02:00
parent 98b05acb90
commit 685598ec67

View File

@@ -174,9 +174,7 @@ Following is the current status of RubyMotion for Android. Keep in mind that thi
### Android
The following Android API levels are supported: 12, 13, 14, 15, 16, 17, 18, 19 and L (soon-to-be 20). You can find more information about Android API levels (and especially which versions of Android they relate to) from [this page](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html).
API levels below 12 are not supported yet.
The following Android API levels are supported: 3, 4, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 and L (soon-to-be 20). You can find more information about Android API levels (and especially which versions of Android they relate to) from [this page](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html).
RubyMotion is known to work on both Dalvik and ART. However we do recommend developing and testing on Dalvik.