Skip to content

Commit

Permalink
docs(readme): change lib version to 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Sep 26, 2016
1 parent 7f14719 commit b092376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'AndResGuard'
buildscript {
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.10'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.11'
}
}
Expand Down Expand Up @@ -75,7 +75,7 @@ andResGuard {
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.10'
artifact = 'com.tencent.mm:SevenZip:1.1.11'
//path = "/usr/local/bin/7za"
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'AndResGuard'
buildscript {
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.10'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.11'
}
}
Expand Down Expand Up @@ -66,7 +66,7 @@ andResGuard {
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.10'
artifact = 'com.tencent.mm:SevenZip:1.1.11'
//path = "/usr/local/bin/7za"
}
}
Expand Down

0 comments on commit b092376

Please sign in to comment.