Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / media-api / build.gradle
blob6bc7ef28af6767f8bb0f25ddcccb14bc39cea5b0
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This project contains the implementation of " +
4         "the MIDP 3.0 Media API which is also specified in JSR 135."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "EA"
10         swmType = JavaMEMidletType.API
11         swmName = "Media API"
12         swmVendor = "Stephanie Gawroriski"
13         tags += "j2me"
16 dependencies
18         api project(":modules:cldc-compact")