File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
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.1.0 '
78+ publishVersion = ' 1.1.1 '
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,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
You can’t perform that action at this time.
0 commit comments