Skip to content

Commit

Permalink
prepare for Tinker release 1.6.1
Browse files Browse the repository at this point in the history
1. remove 7zip lib
2. fix Android N error
3. fix #18 issue
  • Loading branch information
shwenzhang committed Sep 26, 2016
1 parent 696391a commit 24db161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tinker-sample-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dependencies {
compile "com.android.support:multidex:1.0.1"

//use for local maven test
compile("com.tencent.tinker:tinker-android-loader:${TINKER_VERSION}") { changing = true }
compile("com.tencent.tinker:aosp-dexutils:${TINKER_VERSION}") { changing = true }
compile("com.tencent.tinker:bsdiff-util:${TINKER_VERSION}") { changing = true }
compile("com.tencent.tinker:tinker-commons:${TINKER_VERSION}") { changing = true }
// compile("com.tencent.tinker:tinker-android-loader:${TINKER_VERSION}") { changing = true }
// compile("com.tencent.tinker:aosp-dexutils:${TINKER_VERSION}") { changing = true }
// compile("com.tencent.tinker:bsdiff-util:${TINKER_VERSION}") { changing = true }
// compile("com.tencent.tinker:tinker-commons:${TINKER_VERSION}") { changing = true }

//use to test multiDex
// compile group: 'com.google.guava', name: 'guava', version: '19.0'
Expand Down

0 comments on commit 24db161

Please sign in to comment.