通配
This commit is contained in:
parent
2dd92eef08
commit
de11b2592e
@ -21,7 +21,7 @@ import java.util.Map;
|
||||
public class UpgradeModule extends ReactContextBaseJavaModule {
|
||||
private final ReactApplicationContext reactContext;
|
||||
private String downloadUrl;
|
||||
private String title = "应用更新中";
|
||||
private String title = "更新";
|
||||
|
||||
public UpgradeModule(ReactApplicationContext reactContext) {
|
||||
super(reactContext);
|
||||
|
@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<paths>
|
||||
<external-path path="." name="Download" />
|
||||
<external-path
|
||||
name="external"
|
||||
path="." />
|
||||
<external-files-path
|
||||
name="external_files"
|
||||
path="." />
|
||||
<files-path
|
||||
name="files"
|
||||
path="." />
|
||||
</paths>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user