From 9d26cacfaa33de8e0c8d981b9814a6703114da4e Mon Sep 17 00:00:00 2001 From: deji Date: Thu, 16 Nov 2023 15:56:13 +0800 Subject: [PATCH] readme jitpack tips --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index a937606..f8ba1b4 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,19 @@ use npm OR github: cordova plugin add https://github.com/DmcSDK/cordova-plugin-mediaPicker.git --variable IOS_PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message" ``` +## Android tips +add this code in repositories.gradle file。 +becouse android mediapick4.0 core code in jitpack.io。 +``` +ext.repos = { + google() + mavenCentral() + maven { //add this + url 'https://jitpack.io' //add this + } +} +``` + ## Example html code: