cordova-plugin-mediaPicker icon indicating copy to clipboard operation
cordova-plugin-mediaPicker copied to clipboard

android build sdk 10.x.x

Open SqJiggly opened this issue 2 years ago • 1 comments

image

SqJiggly avatar Dec 30 '21 06:12 SqJiggly

This is not hard to fix - you need to add a file in the projects platforms - android folder called build-extras.gradle the contents of this file as:

repositories {
  google()
  mavenCentral()
  jcenter()
}

dependencies {
    implementation 'com.dmcBig:mediapicker'
}

This will allow the build process to find the dependency and compile.

itbeyond avatar Feb 03 '22 05:02 itbeyond

uninstall old plugin,use new version ,Remember to add jitpack.io in the repositories.gradle file, see readme for details

DmcSDK avatar Nov 17 '23 02:11 DmcSDK