Skip to content

Commit cedc32c

Browse files
author
passionli
committed
[tinker] update sample-android version to 1.9.14.12
1 parent e1586a7 commit cedc32c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tinker-sample-android/app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212

1313
annotationProcessor("com.tencent.tinker:tinker-android-anno:${TINKER_VERSION}") { changing = true }
1414
compileOnly("com.tencent.tinker:tinker-android-anno:${TINKER_VERSION}") { changing = true }
15+
compileOnly("com.tencent.tinker:tinker-android-anno-support:${TINKER_VERSION}") { changing = true }
1516

1617
implementation "androidx.multidex:multidex:2.0.1"
1718
//use to test multiDex
@@ -23,6 +24,7 @@ dependencies {
2324
compile "androidx.appcompat:appcompat:1.1.0"
2425
compile("com.tencent.tinker:tinker-android-lib:${TINKER_VERSION}") { changing = true }
2526
provided("com.tencent.tinker:tinker-android-anno:${TINKER_VERSION}") { changing = true }
27+
provided("com.tencent.tinker:tinker-android-anno-support:${TINKER_VERSION}") { changing = true }
2628

2729
compile "androidx.multidex:multidex:2.0.1"
2830

tinker-sample-android/gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ 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.5
20+
TINKER_VERSION=1.9.14.12
2121
GRADLE_3=true
2222

2323
#tinker.aapt2.public=false
2424
android.useAndroidX=true
25+
android.enableJetifier=true

0 commit comments

Comments
 (0)