From f01a86ec87ec13202f0e11b5c1f4234b835a2e25 Mon Sep 17 00:00:00 2001 From: Sim Sun Date: Fri, 31 Aug 2018 12:24:41 -0700 Subject: [PATCH] chore(core): prepare relase 1.2.14 --- README.md | 4 ++-- README.zh-cn.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46182114..5601dc10 100644 --- a/README.md +++ b/README.md @@ -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' } } @@ -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" } diff --git a/README.zh-cn.md b/README.zh-cn.md index 422c2a5a..1940095a 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -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' } } @@ -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" } diff --git a/gradle.properties b/gradle.properties index b7af9d3b..176526e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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