1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:01:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Use androidX by default

This commit is contained in:
sunnylqm
2021-10-12 15:56:51 +08:00
parent 3edb3cca57
commit ca3c3d86b5
3 changed files with 155 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
package cn.reactnative.modules.update;
import android.support.v4.content.FileProvider;
import androidx.core.content.FileProvider;
/**
* Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.

View File

@@ -25,7 +25,7 @@ import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
import static android.support.v4.content.FileProvider.getUriForFile;
import static androidx.core.content.FileProvider.getUriForFile;
public class UpdateModule extends ReactContextBaseJavaModule {
UpdateContext updateContext;