Skip to content

Commit 17ca809

Browse files
committed
发布版本1.1.0
1 parent 7a3776c commit 17ca809

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.0.0'
78+
publishVersion = '1.1.0'
7979
desc = 'android命令执行'
8080
website = 'https://github.com/VeiZhang/AndroidExec'
8181
licences = ['Apache-2.0']

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ Process process = new ProcessBuilder("command").command("arg").redirectErrorStre
8383

8484
| 版本 | 描述 |
8585
| --- | ---- |
86-
| [1.0.0][Exec1.0.0] | 集成命令行执行 **2017-8-17** |
86+
| [1.1.0][Exec1.1.0] | 使用Builder模式创建命令任务,修复崩溃异常 **2018-9-3** |
87+
| [1.0.0][Exec1.0.0] | 集成命令行执行 **2018-8-17** |
8788

8889
<!-- 网站链接 -->
8990

@@ -95,4 +96,5 @@ Process process = new ProcessBuilder("command").command("arg").redirectErrorStre
9596

9697
<!-- 版本 -->
9798

99+
[Exec1.1.0]:https://bintray.com/veizhang/maven/exec/1.1.0
98100
[Exec1.0.0]:https://bintray.com/veizhang/maven/exec/1.0.0

0 commit comments

Comments
 (0)