Skip to content

Commit ce17502

Browse files
committed
chore(): prepare relaese 1.2.15
1 parent ae8719b commit ce17502

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AndResGuard-example/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
org.gradle.jvmargs=-Xmx2584M
1717
org.gradle.parallel=true
1818
org.gradle.daemon=true
19-
ANDRESGUARD_VERSION=1.2.15-DEBUG
20-
ANDRESGUARD_SEVENZIP_VERSION=1.2.14
19+
ANDRESGUARD_VERSION=1.2.15
20+
ANDRESGUARD_SEVENZIP_VERSION=1.2.15

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
jcenter()
3232
}
3333
dependencies {
34-
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.14'
34+
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.15'
3535
}
3636
}
3737
@@ -64,7 +64,7 @@ andResGuard {
6464
"*.gif",
6565
]
6666
sevenzip {
67-
artifact = 'com.tencent.mm:SevenZip:1.2.14'
67+
artifact = 'com.tencent.mm:SevenZip:1.2.15'
6868
//path = "/usr/local/bin/7za"
6969
}
7070
@@ -92,7 +92,7 @@ The whiteList and compressFilePattern support wildcard include ? * +.
9292
```
9393

9494
### WhiteList
95-
You need put all resource which access via `getIdentifier` into whiteList.
95+
You need put all resource which access via `getIdentifier` into whiteList.
9696
**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**
9797

9898
The whiteList only works on the specsName of resources, it wouldn't keep the path of resource.

README.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ buildscript {
2424
jcenter()
2525
}
2626
dependencies {
27-
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.14'
27+
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.15'
2828
}
2929
}
3030
@@ -57,7 +57,7 @@ andResGuard {
5757
"*.gif",
5858
]
5959
sevenzip {
60-
artifact = 'com.tencent.mm:SevenZip:1.2.14'
60+
artifact = 'com.tencent.mm:SevenZip:1.2.15'
6161
//path = "/usr/local/bin/7za"
6262
}
6363

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# This option should only be used with decoupled projects. More details, visit
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# org.gradle.parallel=true
15-
ANDRESGUARD_VESSION=1.2.15-DEBUG
15+
ANDRESGUARD_VESSION=1.2.15

0 commit comments

Comments
 (0)