Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion qnscalesdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
})
testCompile 'junit:junit:4.12'
compile "com.android.support:support-v4:$ANDROID_SUPPORT_VERSION"
compile files('libs/qnsdk-0.5.7.jar')
compile files('libs/qnsdk-0.5.8.jar')
}
Binary file not shown.

0 comments on commit 119c258

Please sign in to comment.