Add check for snprintf in the event it is not supported.
[SquirrelJME.git] / modules / vendor-api-lg-mmpp / build.gradle
blobd8d8b3a5087efe1e4b4797d06ab221a4008e66e3
1 import cc.squirreljme.plugin.swm.JavaMEMidletType
2 import org.iban4j.CountryCode
4 description = "LG MMPP APIs."
5 version = rootProject.version
7 squirreljme
9         javaDocErrorCode = "LG"
10         swmType = JavaMEMidletType.API
11         swmName = "LG MMPP API"
12         swmVendor = "Stephanie Gawroriski"
13         originalApiVendor = "LG Corporation"
14         originalApiVendorUrl = "http://www.lgcorp.com/"
15         originalApiVendorCountry = CountryCode.KR
16         tags += "lg"
17         tags += "mmpp"
20 dependencies
22         api project(":modules:cldc-compact")