Skip to content

Commit

Permalink
chore(core): prepare relase 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Aug 31, 2018
1 parent 247b460 commit f01a86e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.13'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.14'
}
}
Expand Down Expand Up @@ -64,7 +64,7 @@ andResGuard {
"*.gif",
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.2.13'
artifact = 'com.tencent.mm:SevenZip:1.2.14'
//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 @@ -24,7 +24,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.13'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.14'
}
}
Expand Down Expand Up @@ -57,7 +57,7 @@ andResGuard {
"*.gif",
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.2.13'
artifact = 'com.tencent.mm:SevenZip:1.2.14'
//path = "/usr/local/bin/7za"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

ANDRESGUARD_VESSION=1.2.13
ANDRESGUARD_VESSION=1.2.14

0 comments on commit f01a86e

Please sign in to comment.