Skip to content

Commit

Permalink
updated FileProvider import to use androidx (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Singh <aditya@Adityas-MacBook-Air.local>
  • Loading branch information
adityasingh0208 and Aditya Singh authored Nov 21, 2021
1 parent 287ac3a commit b26ea90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-email-composer",
"version": "0.9.2",
"version": "0.10.0",
"description": "Provides access to the standard interface that manages the editing and sending an email message",
"cordova": {
"id": "cordova-plugin-email-composer",
Expand Down
2 changes: 1 addition & 1 deletion src/android/Provider.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one

package de.appplant.cordova.emailcomposer;

import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;

public class Provider extends FileProvider {
// Nothing to do here
Expand Down

0 comments on commit b26ea90

Please sign in to comment.