Skip to content

Commit

Permalink
发布2.2.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ch committed Jun 16, 2020
1 parent f2c0e1b commit f5c80d2
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 5 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'cn.bingoogolapple:bga-qrcode-zxing:1.3.6'
// compile ("com.github.duodebuyali:QNScaleSDK:master-SNAPSHOT") {
compile("com.github.YolandaQingniu:qnscalesdk:2.2.0-beta8") {
/*compile("com.github.YolandaQingniu:qnscalesdk:2.2.0-beta8") {
exclude module: "support-v4"//防止和module引用的v4资源版本不同
}
}*/
compile project(':qnscalesdk')
}
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
<activity
android:name=".view.WspScaleActivity"
android:screenOrientation="portrait" />

<activity
android:name=".view.HeightScaleActivity"
android:screenOrientation="portrait" />
</application>

</manifest>
Loading

0 comments on commit f5c80d2

Please sign in to comment.