You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/09/19 23:08:36 UTC

[cordova-plugin-camera] branch document-variable created (now 5aef2d0)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch document-variable
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


      at 5aef2d0  docs(README): Document ANDROIDX_CORE_VERSION variable

This branch includes the following new commits:

     new 5aef2d0  docs(README): Document ANDROIDX_CORE_VERSION variable

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-camera] 01/01: docs(README): Document ANDROIDX_CORE_VERSION variable

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch document-variable
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git

commit 5aef2d03dd0b15ecab8e7345308c2be69b7f2ac5
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Tue Sep 20 01:08:15 2022 +0200

    docs(README): Document ANDROIDX_CORE_VERSION variable
---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e97401c..e9a6025 100644
--- a/README.md
+++ b/README.md
@@ -38,16 +38,20 @@ Although the object is attached to the global scoped `navigator`, it is not avai
 
 ## Installation
 
-This requires cordova 5.0+
-
     cordova plugin add cordova-plugin-camera
-Older versions of cordova can still install via the __deprecated__ id
 
-    cordova plugin add org.apache.cordova.camera
 It is also possible to install via repo url directly ( unstable )
 
     cordova plugin add https://github.com/apache/cordova-plugin-camera.git
 
+## Plugin variables
+
+The plugin uses the `ANDROIDX_CORE_VERSION` variable to configure `androidx.core:core` dependency. This allows to avoid conflicts with other plugins that have the dependency hardcoded.
+If no value is passed, it will use `1.6.+` as the default value.
+
+The variable is configured on install time
+
+    cordova plugin add cordova-plugin-camera --variable ANDROIDX_CORE_VERSION=1.8.0
 
 ## How to Contribute
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org