diff --git a/build.gradle b/build.gradle index 1ef46e63..16e8914b 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.27-test1' + VERSION_NAME = '1.9.14.27' 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'