Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liujinwei committed Mar 31, 2018
1 parent 7bbd1c4 commit 8efad7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,14 @@ protected void onNewIntent(Intent intent) {

**其中对于SocialHelper的实例,可以像Demo中一样使用一个工具简单封装成单例来使用。**

#### release log
### Release Log

v1.0.6:
**v1.0.6:**

* 更新微信,qq,微博sdk版本
* 调整SocialHelper中shareXX相关方法的参数顺序,老的方法Deprecated了,下个版本移除

v1.0.5:
**v1.0.5:**

* 第一个稳定版本,包含微信,qq,微博登录和分享

Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:'.concat(projectSupportVersion)
// compile project(':socialhelper')
compile ('com.github.arvinljw:SocialHelper:v1.0.6'){
exclude group: 'com.google.code.gson'
}
compile project(':socialhelper')
// compile ('com.github.arvinljw:SocialHelper:v1.0.5'){
// exclude group: 'com.android.support'
// }
}
1 change: 1 addition & 0 deletions socialhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:'.concat(projectSupportVersion)
compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.4'
compile 'com.sina.weibo.sdk:core:4.2.7:openDefaultRelease@aar'
compile 'com.google.code.gson:gson:2.8.1'
Expand Down

0 comments on commit 8efad7a

Please sign in to comment.