Skip to content

Commit

Permalink
发布2.3.0-beta5版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ch committed Jul 21, 2020
1 parent b0efcb4 commit 3fd6a7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
testCompile 'junit:junit:4.12'
compile 'cn.bingoogolapple:bga-qrcode-zxing:1.3.6'
//compile project(':qnscalesdk')
compile project(':qnscalesdk')

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

}
4 changes: 2 additions & 2 deletions qnscalesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 15//MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
versionCode 1
versionName "2.3.0-beta4"
versionName "2.3.0-beta5"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand All @@ -30,5 +30,5 @@ dependencies {
})
testCompile 'junit:junit:4.12'
compile "com.android.support:support-v4:$ANDROID_SUPPORT_VERSION"
compile files('libs/qnsdk-2.3.0-beta4.jar')
compile files('libs/qnsdk-2.3.0-beta5.jar')
}
Binary file not shown.

0 comments on commit 3fd6a7c

Please sign in to comment.