Parcourir la source

Use AndroidX FileProvider

Mike Diarmid il y a 5 ans
Parent
révision
f6dc3cdc8e
No account linked to committer's email address

+ 1
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewFileProvider.java Voir le fichier

@@ -1,6 +1,6 @@
1 1
 package com.reactnativecommunity.webview;
2 2
 
3
-import android.support.v4.content.FileProvider;
3
+import androidx.core.content.FileProvider;
4 4
 
5 5
 /**
6 6
  * Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.