Browse Source

update README

master
wuliang 3 years ago
parent
commit
145e20a26b
  1. 16
      README.md
  2. 16
      README_zh.md

16
README.md

@ -1,9 +1,23 @@
# README #
### XAPKInstaller ###
# XAPKInstaller
[![](https://jitpack.io/v/andywu91/XAPKInstaller.svg)](https://jitpack.io/#andywu91/XAPKInstaller)
A library for install xapk(single apk with obb) or xapk(multiple apk with obb).
## Getting started
In your `build.gradle`:
```groovy
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
use [zt-zip](<https://github.com/zeroturnaround/zt-zip>) for unzip xapk,thanks
[中文说明](./README_zh.md)

16
README_zh.md

@ -1,9 +1,23 @@
# README
### XAPKInstaller
# XAPKInstaller
[![](https://jitpack.io/v/andywu91/XAPKInstaller.svg)](https://jitpack.io/#andywu91/XAPKInstaller)
实现安装xapk(单apk加上obb资源文件)或者xapk(多apk)
## 开始使用
在`build.gradle`添加如下代码:
```groovy
dependencies {
implementation 'com.github.andywu91:XAPKInstaller:1.0.0'
}
## Usage
你可以将app代码里的downloadUrl替换成自己的xapk的downloadUrl,即可体验此项目
使用 [zt-zip](<https://github.com/zeroturnaround/zt-zip>) 来解压xapk,感谢
### 更新 ###

Loading…
Cancel
Save