Skip to content

Commit

Permalink
[tinker] Update version to 1.9.14.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
tys282000 committed Jun 11, 2021
1 parent d223d97 commit 31c9267
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_7

GROUP = 'com.tencent.tinker'
VERSION_NAME = '1.9.14.16'
VERSION_NAME = '1.9.14.17'

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 tinker-sample-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryErr
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

TINKER_VERSION=1.9.14.12
TINKER_VERSION=1.9.14.17
GRADLE_3=true

#tinker.aapt2.public=false
Expand Down

0 comments on commit 31c9267

Please sign in to comment.