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