Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
liujinwei committed Oct 24, 2018
1 parent 36edaf1 commit c240042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ buildscript {
repositories {
jcenter()
google()
maven {
url 'https://dl.google.com/dl/android/maven2'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
Expand All @@ -21,8 +18,6 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
jcenter { url "http://jcenter.bintray.com/" }
maven { url 'https://jitpack.io' }
maven { url "https://dl.bintray.com/thelasterstar/maven/" }
}
Expand Down
2 changes: 1 addition & 1 deletion socialhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
compileOnly 'com.android.support:appcompat-v7:28.0.0'
compileOnly 'com.google.code.gson:gson:2.8.2'
api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:5.1.6'
api 'com.sina.weibo.sdk:core:4.3.1:openDefaultRelease@aar'
compileOnly 'com.google.code.gson:gson:2.8.2'
}

0 comments on commit c240042

Please sign in to comment.