Skip to content

Commit 88fcdc5

Browse files
committed
发布版本1.1.1
1 parent 8e05a0a commit 88fcdc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AndroidExecLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ publish {
7575
userOrg = org
7676
groupId = 'com.excellence'
7777
artifactId = 'exec'
78-
publishVersion = '1.1.0'
78+
publishVersion = '1.1.1'
7979
desc = 'android命令执行'
8080
website = 'https://github.com/VeiZhang/AndroidExec'
8181
licences = ['Apache-2.0']

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Process process = new ProcessBuilder("command").command("arg").redirectErrorStre
8383

8484
| 版本 | 描述 |
8585
| --- | ---- |
86+
| [1.1.1][Exec1.1.1] | 修改低版本机型中任务销毁时导致的阻塞 **2018-9-3** |
8687
| [1.1.0][Exec1.1.0] | 使用Builder模式创建命令任务,修复崩溃异常 **2018-9-3** |
8788
| [1.0.0][Exec1.0.0] | 集成命令行执行 **2018-8-17** |
8889

@@ -96,5 +97,6 @@ Process process = new ProcessBuilder("command").command("arg").redirectErrorStre
9697

9798
<!-- 版本 -->
9899

100+
[Exec1.1.1]:https://bintray.com/veizhang/maven/exec/1.1.1
99101
[Exec1.1.0]:https://bintray.com/veizhang/maven/exec/1.1.0
100102
[Exec1.0.0]:https://bintray.com/veizhang/maven/exec/1.0.0

0 commit comments

Comments
 (0)