Skip to content

Commit

Permalink
feat: add support for capacitor 6 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7061 authored Sep 27, 2024
1 parent a2c8159 commit da572c2
Show file tree
Hide file tree
Showing 8 changed files with 272 additions and 285 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,20 @@ The EVVA Capacitor Plugin is a collection of tools to work with electronical EVV

## Installation

```bash
npm install @evva-sfw/[email protected]
### Capacitor 6

```
npm install @evva-sfw/abrevva-capacitor
npx cap sync
```

### Capacitor 5

```
npm install @evva-sfw/[email protected]
npx cap sync
```

## Examples

### Initialize and scan for EVVA components
Expand Down
2 changes: 1 addition & 1 deletion android/variables.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
targetSdkVersion = 34

androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
Expand Down
Loading

0 comments on commit da572c2

Please sign in to comment.