From a552496fc465502355245a735aeebf285c83666e Mon Sep 17 00:00:00 2001 From: tangyinsheng Date: Wed, 27 Jul 2022 11:24:49 +0800 Subject: [PATCH] [tinker] Update version to 1.9.14.24. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e7f3f740..9a0bfccb 100644 --- a/build.gradle +++ b/build.gradle @@ -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.24' 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'