From 706eb786df005a17c5afbf870379cabd7adac3ac Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 2 Dec 2021 15:31:57 +0300 Subject: [PATCH] Update FEATURES.md --- FEATURES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FEATURES.md b/FEATURES.md index 61d77829a7..5dab1b3b9d 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -32,7 +32,7 @@ Follow individual tutorials to understand how to use particular feature. ### Limitations -Following limitations apply to Alpha release. +Following limitations apply to 1.0 release. * Only 64-bit x86 Windows is supported * Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings @@ -46,3 +46,4 @@ Following limitations apply to Alpha release. * M2 works only with Gradle 6.4 or later (6.7 is the latest tested version). * M3 works only with Gradle 6.4 or later (6.8 is the latest tested version). * Alpha works with Gradle 6.7 or later (7.1 is the latest tested version). +* 1.0.0 works with Gradle 6.7 or later (7.2 is the latest tested version).