Skip to content

Commit

Permalink
chore(): prepare relaese 1.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Sep 26, 2018
1 parent ae8719b commit ce17502
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AndResGuard-example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
org.gradle.jvmargs=-Xmx2584M
org.gradle.parallel=true
org.gradle.daemon=true
ANDRESGUARD_VERSION=1.2.15-DEBUG
ANDRESGUARD_SEVENZIP_VERSION=1.2.14
ANDRESGUARD_VERSION=1.2.15
ANDRESGUARD_SEVENZIP_VERSION=1.2.15
6 changes: 3 additions & 3 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.14'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.15'
}
}
Expand Down Expand Up @@ -64,7 +64,7 @@ andResGuard {
"*.gif",
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.2.14'
artifact = 'com.tencent.mm:SevenZip:1.2.15'
//path = "/usr/local/bin/7za"
}
Expand Down Expand Up @@ -92,7 +92,7 @@ The whiteList and compressFilePattern support wildcard include ? * +.
```

### WhiteList
You need put all resource which access via `getIdentifier` into whiteList.
You need put all resource which access via `getIdentifier` into whiteList.
**You can find more whitsList configs of third-part SDK in [white_list.md](doc/white_list.md). Welcome PR your configs which is not included in white_list.md**

The whiteList only works on the specsName of resources, it wouldn't keep the path of resource.
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.14'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.15'
}
}
Expand Down Expand Up @@ -57,7 +57,7 @@ andResGuard {
"*.gif",
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.2.14'
artifact = 'com.tencent.mm:SevenZip:1.2.15'
//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 @@ -12,4 +12,4 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
ANDRESGUARD_VESSION=1.2.15-DEBUG
ANDRESGUARD_VESSION=1.2.15

0 comments on commit ce17502

Please sign in to comment.