Skip to content

Commit

Permalink
update cli.jar & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achellies committed Jan 12, 2018
1 parent 828098b commit 5b39b2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Walle(瓦力):Android Signature V2 Scheme签名下的新一代渠道包打
```groovy
buildscript {
dependencies {
classpath 'com.meituan.android.walle:plugin:1.1.5'
classpath 'com.meituan.android.walle:plugin:1.1.6'
}
}
```
Expand All @@ -33,7 +33,7 @@ buildscript {
apply plugin: 'walle'
dependencies {
compile 'com.meituan.android.walle:library:1.1.5'
compile 'com.meituan.android.walle:library:1.1.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -17,5 +17,5 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.1.5
VERSION_NAME=1.1.6
GROUP=com.meituan.android.walle
2 changes: 1 addition & 1 deletion payload_reader/README.md
Expand Up @@ -2,7 +2,7 @@

```groovy
dependencies {
compile 'com.meituan.android.walle:payload_reader:1.1.5'
compile 'com.meituan.android.walle:payload_reader:1.1.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion payload_writer/README.md
Expand Up @@ -2,7 +2,7 @@

```groovy
dependencies {
compile 'com.meituan.android.walle:payload_writer:1.1.5'
compile 'com.meituan.android.walle:payload_writer:1.1.6'
}
```

Expand Down
Binary file modified walle-cli/walle-cli-all.jar
Binary file not shown.

0 comments on commit 5b39b2a

Please sign in to comment.