Skip to content

Commit

Permalink
Publish new version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qiujuer committed Aug 12, 2018
1 parent bc27fcd commit 21cf2ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
```groovy
dependencies {
// ui module
api 'net.qiujuer.genius:ui:2.1.0'
api 'net.qiujuer.genius:res:2.1.0'
api 'net.qiujuer.genius:ui:2.1.1'
api 'net.qiujuer.genius:res:2.1.1'
// use to bitmap blur and more
api 'net.qiujuer.genius:graphics:2.1.0'
api 'net.qiujuer.genius:graphics:2.1.1'
// ping/telnet/tracert/dns and run cmd
api 'net.qiujuer.genius:kit-cmd:2.1.0'
api 'net.qiujuer.genius:kit-cmd:2.1.1'
// shuttle between ui-thread and child-thread
api 'net.qiujuer.genius:kit-handler:2.1.0'
api 'net.qiujuer.genius:kit-handler:2.1.1'
// calss reflect
api 'net.qiujuer.genius:kit-reflect:2.1.0'
api 'net.qiujuer.genius:kit-reflect:2.1.1'
}
```

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
```groovy
dependencies {
// ui module
api 'net.qiujuer.genius:ui:2.1.0'
api 'net.qiujuer.genius:res:2.1.0'
api 'net.qiujuer.genius:ui:2.1.1'
api 'net.qiujuer.genius:res:2.1.1'
// use to bitmap blur and more
api 'net.qiujuer.genius:graphics:2.1.0'
api 'net.qiujuer.genius:graphics:2.1.1'
// ping/telnet/tracert/dns and run cmd
api 'net.qiujuer.genius:kit-cmd:2.1.0'
api 'net.qiujuer.genius:kit-cmd:2.1.1'
// shuttle between ui-thread and child-thread
api 'net.qiujuer.genius:kit-handler:2.1.0'
api 'net.qiujuer.genius:kit-handler:2.1.1'
// calss reflect
api 'net.qiujuer.genius:kit-reflect:2.1.0'
api 'net.qiujuer.genius:kit-reflect:2.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion caprice/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1
POM_GROUP_ID=net.qiujuer.genius
POM_DESCRIPTION=Genius Lib For Android
POM_URL=https://github.com/qiujuer/Genius-Android
Expand Down

0 comments on commit 21cf2ff

Please sign in to comment.