Era-Dorta / gosu-android

A Gosu implementation for Android devices, undergraduate project
MIT License
31 stars 2 forks source link

Document that Android 4.0.3 api level 15 is required #6

Closed donv closed 11 years ago

donv commented 11 years ago

At least lib/Input/buttons.rb uses constants that were introduced with Android 4.0.3.

Era-Dorta commented 11 years ago

Thanks for reporting this, actually gosu-android works on Android 2.0 but it looks like some constants from 4.0 slipped in.