Skip to content

Commit

Permalink
发布2.3.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ch committed Dec 4, 2020
1 parent 391ba14 commit ebdf6ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
```
* 在你的module的根目录下的**build.gradle**添加依赖
```
<!--这里的版本号,2.3.1可以指定为任意release版本-->
<!--如果希望一直使用最新版本可以替换 2.3.1 master-SNAPSHOT -->
<!--这里的版本号,2.3.2可以指定为任意release版本-->
<!--如果希望一直使用最新版本可以替换 2.3.2 master-SNAPSHOT -->
dependencies {
...
compile 'com.github.YolandaQingniu:qnscalesdk:2.3.1'
compile 'com.github.YolandaQingniu:qnscalesdk:2.3.2'
}
```

### Android Studio 本地依赖
* 下载最新的[jar和so库](https://github.com/YolandaQingniu/qnscalesdk/releases/download/2.3.1/qnsdk-2.3.1-Android.zip),导入下载的`jar和so库`
* 下载最新的[jar和so库](https://github.com/YolandaQingniu/qnscalesdk/releases/download/2.3.2/qnsdk-2.3.2-Android.zip),导入下载的`jar和so库`
* 在app moudle 下建立libs文件夹,将so库和jar包放入libs 文件夹内。
* 在app moudle 的gradle文件中增加配置
```
Expand Down
2 changes: 1 addition & 1 deletion 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 'cn.bingoogolapple:bga-qrcode-zxing:1.3.6'
//compile project(':qnscalesdk')
compile("com.github.YolandaQingniu:qnscalesdk:2.3.1") {
compile("com.github.YolandaQingniu:qnscalesdk:2.3.2") {
exclude module: "support-v4"//防止和module引用的v4资源版本不同
}
}

0 comments on commit ebdf6ce

Please sign in to comment.