QuickJS Android wrapper. Build git clone --recurse-submodules https://github.com/seven332/quickjs-android.git Open the folder quickjs-android in Android Studio. Download Add the JitPack repository to your root
repositories { mavenCentral() } dependencies {//Pick one://1. Android - Use wrapper in your public API:api'wang.harlon.quickjs:wrapper-android:latest.version'//2. JVM - Use wrapper in your implementation only:implementation'wang.harlon.quickjs:wrapper-java:latest.version'} ...
wrapper-android src .gitignore build.gradle consumer-rules.pro proguard-rules.pro wrapper-java wrapper-js .gitignore .gitmodules .pre-commit-config.yaml CHANGELOG.md CMakeLists.txt LICENSE README.md build.gradle gradle.properties gradlew gradlew.bat remarks.md settings.gradleBreadcrumbs quickjs-wrappe...
QuickJS Android wrapper. Contribute to netless-io/quickjs-android development by creating an account on GitHub.
QuickJS Android wrapper. Contribute to netless-io/quickjs-android development by creating an account on GitHub.
QuickJS Android wrapper. Contribute to netless-io/quickjs-android development by creating an account on GitHub.
QuickJS Android wrapper. Build git clone --recurse-submodules https://github.com/seven332/quickjs-android.git Open the folder quickjs-android in Android Studio. Download Add the JitPack repository to your root build.gradle. allprojects { repositories { ... maven { url 'https://jitpack.io'...
QuickJSAndroid wrapper. Build git clone --recurse-submodules https://github.com/seven332/quickjs-android.git Open the folderquickjs-androidin Android Studio. Download Add the JitPack repository to your root build.gradle. allprojects{ repositories {... maven { url'https://jitpack.io'} } } ...
dependencies{//For Androidimplementation"wang.harlon.quickjs:wrapper-android:latest-SNAPSHOT"//For JVMimplementation"wang.harlon.quickjs:wrapper-java:latest-SNAPSHOT"} Building the Project This repository use git submodules and so when you are checking out the app, you'll need to ensure the submodu...
QuickJS Android QuickJSAndroid wrapper. Build git clone --recurse-submodules https://github.com/seven332/quickjs-android.git Open the folderquickjs-androidin Android Studio. Download Add the JitPack repository to your root build.gradle. allprojects{ repositories {... maven { url'https://jitpack...