Skip to content

Commit

Permalink
[update] build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
chendongMarch committed Aug 28, 2018
1 parent 7a85631 commit d0dd7aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
def libs = rootProject.ext.libs

dependencies {

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation libs.bolts
implementation 'com.parse.bolts:bolts-tasks:1.4.0' // 异步任务

implementation libs.wechatSocial // 微信
implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.4' // 微信
implementation 'com.sina.weibo.sdk:core:4.1.0:openDefaultRelease@aar' // 微博
implementation files('libs/open_sdk_r5923_lite.jar') // QQ
implementation files('libs/libddshare.jar') // dingding
implementation files('libs/libddshare.jar') // 钉钉
}

0 comments on commit d0dd7aa

Please sign in to comment.