Compilation fixes with missing import.
[SquirrelJME.git] / modules / meep-cellular / build.gradle
blob579542974c064f475531bc773c9a91ea6862de38
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import cc.squirreljme.plugin.swm.JavaMEStandard
4 description = "This provides an implementation which is used " +
5         "to access cellular networks."
6 version = rootProject.version
8 squirreljme
10         javaDocErrorCode = "DH"
11         swmType = JavaMEMidletType.API
12         swmName = "MEEP Cellular Networking"
13         swmVendor = "Stephanie Gawroriski"
14         definedStandards += new JavaMEStandard("microedition.cellular;;")
15         tags += "meep"
18 dependencies
20         api project(":modules:cldc-compact")