Skip to content

[Android] Added Jitpack support

Choose a tag to compare

@mfdeveloper mfdeveloper released this 06 Mar 16:29

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')