mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00

* Fix compile for Android, set API to 24 * Update Android Studio project to API 24 * Fixed project file to latest Android Studio * fix build with gradle alone
4 lines
43 B
Groovy
4 lines
43 B
Groovy
gradle.ext.sdkVersion = 24
|
|
|
|
include ':app'
|