File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
12
12
13
13
annotationProcessor(" com.tencent.tinker:tinker-android-anno:${ TINKER_VERSION} " ) { changing = true }
14
14
compileOnly(" com.tencent.tinker:tinker-android-anno:${ TINKER_VERSION} " ) { changing = true }
15
+ compileOnly(" com.tencent.tinker:tinker-android-anno-support:${ TINKER_VERSION} " ) { changing = true }
15
16
16
17
implementation " androidx.multidex:multidex:2.0.1"
17
18
// use to test multiDex
@@ -23,6 +24,7 @@ dependencies {
23
24
compile " androidx.appcompat:appcompat:1.1.0"
24
25
compile(" com.tencent.tinker:tinker-android-lib:${ TINKER_VERSION} " ) { changing = true }
25
26
provided(" com.tencent.tinker:tinker-android-anno:${ TINKER_VERSION} " ) { changing = true }
27
+ provided(" com.tencent.tinker:tinker-android-anno-support:${ TINKER_VERSION} " ) { changing = true }
26
28
27
29
compile " androidx.multidex:multidex:2.0.1"
28
30
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryErr
17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
18
# org.gradle.parallel=true
19
19
20
- TINKER_VERSION =1.9.14.5
20
+ TINKER_VERSION =1.9.14.12
21
21
GRADLE_3 =true
22
22
23
23
# tinker.aapt2.public=false
24
24
android.useAndroidX =true
25
+ android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments