Skip to content

Commit

Permalink
修改依赖,让jitpack先编译
Browse files Browse the repository at this point in the history
  • Loading branch information
hekang committed Mar 15, 2019
1 parent ad5db96 commit 9205396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
testCompile 'junit:junit:4.12'

// compile ("com.github.duodebuyali:QNScaleSDK:master-SNAPSHOT") {
compile ("com.github.YolandaQingniu:qnscalesdk:0.5.7") {
exclude module: "support-v4"//防止和module引用的v4资源版本不同
}
compile("com.github.YolandaQingniu:qnscalesdk:0.5.6") {
exclude module: "support-v4"//防止和module引用的v4资源版本不同
}
}

0 comments on commit 9205396

Please sign in to comment.