Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanren1225 authored Jul 3, 2019
1 parent e520e93 commit f713561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ExecuteShell 最低支持到Android [Ice Cream Sandwich](https://developer.andro
2.在模块的 build.gradle 中添加依赖
```Java
dependencies {
implementation 'com.github.EndureBlaze:executeshell_lib:1.0'
implementation 'com.github.EndureBlaze:executeshell:1.0'
}
```
### Maven
Expand Down Expand Up @@ -73,7 +73,7 @@ shell_str 是转换为 String 类型的 shell 指令
## 混淆(Proguard)
如果你有使用 Proguard 请添加如下代码
```Java
-keep public class cn.ednureblaze.executeshell.ExecuteShell
-keep public class cn.ednureblaze.executeshell.**
```
## 其他作品
[Kirby Assistant](https://github.com/EndureBlaze/Kirby-Assistant)
Expand Down

0 comments on commit f713561

Please sign in to comment.