[Android] Added Jitpack support
Include this plugin like a gradle
dependency with:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation ('com.github.mfdeveloper:cordova-plugin-nativeview:0.0.4')