Skip to content

Commit ec22b0a

Browse files
committed
chore(sample): use the internal project compile method in sample
1 parent 5d8c816 commit ec22b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tinker-server-sample/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies {
1111
compile("com.tencent.tinker:tinker-android-lib:${TINKER_VERSION}") { changing = true }
1212
provided("com.tencent.tinker:tinker-android-anno:${TINKER_VERSION}") { changing = true }
1313

14-
compile("com.tencent.tinker:tinker-server-android:0.2.0") { changing = true }
14+
compile project(":tinker-server-android")
15+
//compile("com.tencent.tinker:tinker-server-android:0.2.0") { changing = true }
1516

1617
//use for local maven test
1718
// compile("com.tencent.tinker:tinker-android-loader:${TINKER_VERSION}") { changing = true }

0 commit comments

Comments
 (0)