From fe86e09cf6740ee7473109734684f0ff977290d2 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Tue, 3 Sep 2024 11:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20Update=20README=20for=20?= =?UTF-8?q?Android?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c57720c..ad28166 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Features -* Linux + MacOS + Windows +* Android + Linux + MacOS + Windows * JavaScript, TypeScript, JSX, TSX, etc. * [Parse](docs/parse.md) * [AST](docs/features/ast.md) @@ -53,13 +53,17 @@ ```kotlin // Gradle Kotlin DSL +// Linux + MacOS + Windows implementation("com.caoccao.javet:swc4j:1.0.0") +// Android implementation("com.caoccao.javet:swc4j-android:1.0.0") ``` ```groovy // Gradle Groovy DSL +// Linux + MacOS + Windows implementation 'com.caoccao.javet:swc4j:1.0.0' +// Android implementation 'com.caoccao.javet:swc4j-android:1.0.0' ```