Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from CompanyCam/maintenance/rn-70-upgrade
Browse files Browse the repository at this point in the history
Updated FileProvider dependency to come from AndroidX
  • Loading branch information
chrisdrewry authored Dec 19, 2022
2 parents a3b59d8 + 107f566 commit 9162c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.philipphecht;

public class FileProviderClass extends android.support.v4.content.FileProvider {
public class FileProviderClass extends androidx.core.content.FileProvider {
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;

import android.content.ActivityNotFoundException;
import android.content.Context;
Expand Down

0 comments on commit 9162c28

Please sign in to comment.