Skip to content

Commit bbaac97

Browse files
author
tangyinsheng
committed
[tinker] Update version to 1.9.14.23.1.
1 parent 323b514 commit bbaac97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
javaVersion = JavaVersion.VERSION_1_8
3737

3838
GROUP = 'com.tencent.tinker'
39-
VERSION_NAME = '1.9.14.23'
39+
VERSION_NAME = '1.9.14.23.1'
4040

4141
POM_DESCRIPTION = 'Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.'
4242
POM_URL = 'https://github.com/Tencent/tinker'

gradle/WeChatPublish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class WeChatPublishExtension {
166166
}
167167

168168
private void checkVersion() {
169-
if (!(fullVersion ==~ /\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:-[\w-]+)?/)) {
169+
if (!(fullVersion ==~ /\d+\.\d+(?:\.\d+)?(?:\.\d+)?(?:\.\d+)?(?:-[\w-]+)?/)) {
170170
def message = "Invalid version: ${fullVersion}"
171171
if (!isSnapshot)
172172
throw new GradleException(message)

0 commit comments

Comments
 (0)