Skip to content

Commit

Permalink
Merge pull request #40 from koen20/patch-1
Browse files Browse the repository at this point in the history
Exporting is only for Capacitor v2, fix link
  • Loading branch information
martinkasa committed Apr 10, 2022
2 parents 98b16b2 + d7ffb75 commit f1608f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ First line is needed because of web part of the plugin (current behavior of Capa

### Android

In Android you have to register plugins manually in MainActivity class of your app.
In Android with Capacitor v2 you have to register plugins manually in MainActivity class of your app.

https://capacitor.ionicframework.com/docs/plugins/android/#export-to-capacitor
https://capacitorjs.com/docs/v2/plugins/android#export-to-capacitor

```
import com.whitestein.securestorage.SecureStoragePlugin;
Expand Down

0 comments on commit f1608f1

Please sign in to comment.