Primarily enables Android to call NPM services through JS. For more details: README
Add the JitPack Maven repository to your project-level build.gradle file:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' } // Add this line
}
}Add the dependency to your app/build.gradle file:
dependencies {
implementation 'com.github.debeem:js-bridge:x.x.x'
}