Browse Source

optimize README

master
wuliang 3 years ago
parent
commit
6b9ec00fb8
  1. 3
      README.md
  2. 3
      README_zh.md

3
README.md

@ -14,6 +14,7 @@ In your `build.gradle`:
dependencies {
implementation 'com.github.andywu91:XAPKInstaller:1.0.0'
}
```
## Usage
you can just check code in app which replace downloadUrl to your own xapk downloadUrl,and then experience it
@ -22,7 +23,7 @@ use [zt-zip](<https://github.com/zeroturnaround/zt-zip>) for unzip xapk,thanks
[中文说明](./README_zh.md)
### update ###
## update
Because Meizu and vivo have modified the system installation-related classes,xapk(split apk) cannot be successfully installed, so check it and do nothing if os is flyme or funtouch os.

3
README_zh.md

@ -14,13 +14,14 @@
dependencies {
implementation 'com.github.andywu91:XAPKInstaller:1.0.0'
}
```
## Usage
你可以将app代码里的downloadUrl替换成自己的xapk的downloadUrl,即可体验此项目
使用 [zt-zip](<https://github.com/zeroturnaround/zt-zip>) 来解压xapk,感谢
### 更新 ###
## 更新
因为魅族和vivo对系统安装相关的类进行了修改,导致split apk的xapk无法安装成功,故进行检查,如果是flyme或者funtouch os则不做处理。

Loading…
Cancel
Save