Skip to content

Commit 23dcb4a

Browse files
committed
README.md modified.
1 parent d91586a commit 23dcb4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DroidScript Java Compiler
22

3-
Runtime Java compiler plugin for DroidScript.
3+
Runtime Java compiler plugin for DroidScript. It can also compile jar files to dex file.
44

55
> [!NOTE]
66
> Minimum required Android version: 8 (SDK 26).
@@ -11,8 +11,9 @@ After installing the plugin, you can use the example in the documentation to get
1111

1212
## Build it
1313

14-
This library is mandatory: [nb-javac-android](https://github.com/cemalgnlts/nb-javac-android).
15-
14+
These two libraries are mandatory:
15+
* [nb-javac-android](https://github.com/cemalgnlts/nb-javac-android).
16+
* [android-dx](https://github.com/cemalgnlts/android-dx)
1617

1718

1819
Open and compile the project with [AndroidIDE](https://github.com/AndroidIDEOfficial) or Android Studio.

0 commit comments

Comments
 (0)