Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: tiann <[email protected]>
  • Loading branch information
tiann committed Oct 23, 2019
1 parent 4396621 commit c995ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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:2.1.0'
implementation 'me.weishu:free_reflection:2.2.0'
```

2. Add one line to your `Application.attachBaseContext` :
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ publish {
userOrg = 'twsxtd'
groupId = 'me.weishu'
artifactId = 'free_reflection'
publishVersion = '2.1.0'
publishVersion = '2.2.0'
desc = 'Use Relection above Android P without any restriction'
website = 'https://github.com/tiann/FreeRelfection'
}

0 comments on commit c995ef1

Please sign in to comment.