diff --git a/README.md b/README.md index 69b8152..e194742 100644 --- a/README.md +++ b/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]() for unzip xapk,thanks [中文说明](./README_zh.md) diff --git a/README_zh.md b/README_zh.md index 2a12767..74670c2 100644 --- a/README_zh.md +++ b/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]() 来解压xapk,感谢 ### 更新 ###