Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simplepeng committed Sep 15, 2022
1 parent 6ddcda0 commit 3875356
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maven { url 'https://jitpack.io' }
```

```groovy
def checkerV = "v1.0.1"
def checkerV = "v1.0.2"
```

### pine版本-推荐
Expand Down Expand Up @@ -86,6 +86,10 @@ HeGuiChecker.allow(true)

## 版本

* v1.0.2:新增`PackageManagerHooker`,hook方法`getInstalledPackages``getInstalledApplications`,`getInstallerPackageName`,`getPackageInfo`
* v1.0.2:新增`PackageManagerHooker`,hook方法
* getInstalledPackages
* getInstalledApplications
* getInstallerPackageName
* getPackageInfo
* v1.0.1:基于`pine`重写
* v1.0.0:首次上传

0 comments on commit 3875356

Please sign in to comment.