feat(android): Migrate to Android X (#520)

BREAKING CHANGE:
If you override compileSdkVersion<28  it won't work anymore.
This commit is contained in:
Mike Diarmid
2019-05-17 00:33:25 +02:00
committed by Thibault Malbranche
parent 6323d9962d
commit 1d6c88dcf5
4 changed files with 5 additions and 7 deletions
@@ -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.