Skip to content

Commit 071a382

Browse files
committed
[tinker] Update version to 1.9.14.18.
1 parent 0cf6385 commit 071a382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
javaVersion = JavaVersion.VERSION_1_7
3737

3838
GROUP = 'com.tencent.tinker'
39-
VERSION_NAME = '1.9.14.17'
39+
VERSION_NAME = '1.9.14.18'
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'

tinker-sample-android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryErr
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
TINKER_VERSION=1.9.14.17
20+
TINKER_VERSION=1.9.14.18
2121
GRADLE_3=true
2222

2323
#tinker.aapt2.public=false

0 commit comments

Comments
 (0)