parent
b77a85bcd2
commit
a98760125c
|
@ -31,7 +31,7 @@ final class ApiVersions {
|
||||||
/**
|
/**
|
||||||
* The platform API versions supported by this release.
|
* The platform API versions supported by this release.
|
||||||
*/
|
*/
|
||||||
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 10));
|
static final ApiVersions SUPPORTED_PLATFORMS = ApiVersions.of(0, IntStream.rangeClosed(3, 11));
|
||||||
|
|
||||||
private final ApiVersion[] apiVersions;
|
private final ApiVersion[] apiVersions;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue