@capgo/camera-preview 3.2.6 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,18 +2,18 @@
2
2
  <h3 align="center">Capacitor Camera Preview</h3>
3
3
  <p align="center"><strong><code>@capgo/camera-preview</code></strong></p>
4
4
  <br>
5
- <p align="center"><strong>CAPACITOR 3</strong></p><br>
5
+ <p align="center"><strong>CAPACITOR 4</strong></p><br>
6
6
 
7
7
  <p align="center">
8
8
  Capacitor plugin that allows camera interaction from Javascript and HTML<br>(based on cordova-plugin-camera-preview).
9
9
  </p>
10
10
  <br>
11
11
 
12
- Version 2+ of this plugin is compatible with Ionic 5+ and Capacitor 3. If your project uses Capacitor 2, please make sure you install [version 1](https://github.com/capacitor-community/camera-preview/releases/tag/v1.2.1) of this plugin.
12
+ Version 4+ of this plugin is compatible Capacitor 4.
13
13
 
14
14
  **PR's are greatly appreciated.**
15
15
 
16
- -- [@arielhernandezmusa](https://github.com/arielhernandezmusa) and [@pbowyer](https://github.com/pbowyer), current maintainers
16
+ -- [@riderx](https://github.com/riderx), current maintainers
17
17
 
18
18
  <!-- # Features
19
19
 
@@ -45,8 +45,7 @@ npx cap sync
45
45
  ```
46
46
 
47
47
  ## Extra Android installation steps
48
- **Important** `camera-preview` 3+ requires Gradle 7. If you are using Gradle 4, please use [version 2](https://github.com/capacitor-community/camera-preview/tree/v2.1.0) of this plugin.
49
-
48
+ **Important** `camera-preview` 3+ requires Gradle 7.
50
49
  Open `android/app/src/main/AndroidManifest.xml` and above the closing `</manifest>` tag add this line to request the CAMERA permission:
51
50
  ```xml
52
51
  <uses-permission android:name="android.permission.CAMERA" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/camera-preview",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "description": "Camera preview",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",