Skip to content

Commit

Permalink
[tinker] Update version to 1.9.14.23.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyinsheng committed Aug 5, 2022
1 parent 323b514 commit bbaac97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
javaVersion = JavaVersion.VERSION_1_8

GROUP = 'com.tencent.tinker'
VERSION_NAME = '1.9.14.23'
VERSION_NAME = '1.9.14.23.1'

POM_DESCRIPTION = 'Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.'
POM_URL = 'https://github.com/Tencent/tinker'
Expand Down
2 changes: 1 addition & 1 deletion gradle/WeChatPublish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class WeChatPublishExtension {
}

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

0 comments on commit bbaac97

Please sign in to comment.