File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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' ]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments