Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Document ANDROID_SUPPORT_V4_VERSION (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 28, 2018
1 parent b781f5d commit 93650dd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -10,18 +10,19 @@ Follows the [Cordova Plugin spec](https://cordova.apache.org/docs/en/latest/plug
## Installation


This requires phonegap 5.0+ ( current stable v3.0.0 )
This requires phonegap 7.1.0+ ( current stable v8.0.0 )

phonegap plugin add phonegap-plugin-barcodescanner

Older versions of phonegap can still install via the __deprecated__ id ( stale v2.0.1 )

phonegap plugin add com.phonegap.plugins.barcodescanner

It is also possible to install via repo url directly ( unstable )

phonegap plugin add https://github.com/phonegap/phonegap-plugin-barcodescanner.git

Optional variables:
This plugin requires the Android support library v4. The minimum version is `24.1.0`. Default value is `27.+`. Check out the latest version [here](https://developer.android.com/topic/libraries/support-library/revisions.html).
```
phonegap plugin add phonegap-plugin-barcodescanner --variable ANDROID_SUPPORT_V4_VERSION="27.1.1"
```
### Supported Platforms

- Android
Expand Down

2 comments on commit 93650dd

@hau1
Copy link

@hau1 hau1 commented on 93650dd May 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that at least android 7 is required to run this plugin or do i mess up something?

@jcesarmobile
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

Please sign in to comment.