Skip to content

Commit

Permalink
Update for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Apr 6, 2019
1 parent cef2cdd commit 008b755
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Add dependency to your project(jcenter):

```gradle
implementation 'me.weishu:free_reflection:1.2.0'
implementation 'me.weishu:free_reflection:2.0.0'
```

2. Add one line to your `Application.attachBaseContext` :
Expand All @@ -24,7 +24,8 @@ Then you can use the reflection API normally, all the restrictions are gone. Enj

## Under the hood

[free-reflection-above-android-p](http://weishu.me/2018/06/07/free-reflection-above-android-p/)
[free reflection above android p](http://weishu.me/2018/06/07/free-reflection-above-android-p/)
[another way to use reflection api above android p](http://weishu.me/2019/03/16/another-free-reflection-above-android-p/)

## Donations

Expand Down

0 comments on commit 008b755

Please sign in to comment.