mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
feat(android): Migrate to Android X (#520)
BREAKING CHANGE: If you override compileSdkVersion<28 it won't work anymore.
This commit is contained in:
committed by
Thibault Malbranche
parent
6323d9962d
commit
1d6c88dcf5
@@ -1,6 +1,6 @@
|
||||
package com.reactnativecommunity.webview;
|
||||
|
||||
import android.support.v4.content.FileProvider;
|
||||
import androidx.core.content.FileProvider;
|
||||
|
||||
/**
|
||||
* Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.
|
||||
|
||||
Reference in New Issue
Block a user