dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
// LeanCloud 基础包
compile 'cn.leancloud.android:avoscloud-sdk:v3.+'
compile 'cn.leancloud.android:avoscloud-statistics:v3.+'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:cardview-v7:23.0.0'
compile files('libs/TencentLocationSdk_v6.2.5.3_r15b3b3cc_20171103_115903.jar')
compile 'com.android.support:gridlayout-v7:25.3.1'
compile 'com.google.android.gms:play-services-maps:11.0.4'
compile files('libs/TencentStreetSDK_v.1.2.1_16735.jar')
}
compile 'com.android.support:gridlayout-v7:25.3.1'和 compile 'com.android.support:appcompat-v7:23.0.0'这两个冲突,要改成哪个版本
-
创建时间
18年5月31日
-
最后回复
18年5月31日
-
1
回复
-
1.1K
浏览
-
2
用户