修改描述符,适配新版本gradle
This commit is contained in:
parent
bc5216eb4d
commit
81b1a91572
|
|
@ -3,6 +3,24 @@
|
||||||
/BageView/build/
|
/BageView/build/
|
||||||
/umeng_sharesdk_library/build/
|
/umeng_sharesdk_library/build/
|
||||||
/JCVideo_Library/build/
|
/JCVideo_Library/build/
|
||||||
|
/.idea/
|
||||||
|
|
||||||
|
*.iml
|
||||||
|
.gradle
|
||||||
|
/local.properties
|
||||||
|
/.idea/caches
|
||||||
|
/.idea/libraries
|
||||||
|
/.idea/modules.xml
|
||||||
|
/.idea/workspace.xml
|
||||||
|
/.idea/navEditor.xml
|
||||||
|
/.idea/assetWizardSettings.xml
|
||||||
|
.DS_Store
|
||||||
|
/build
|
||||||
|
/captures
|
||||||
|
.externalNativeBuild
|
||||||
|
.cxx
|
||||||
|
/gradle/
|
||||||
|
/gradle.properties
|
||||||
|
|
||||||
# Built application files
|
# Built application files
|
||||||
*.apk
|
*.apk
|
||||||
|
|
|
||||||
|
|
@ -80,76 +80,76 @@ dependencies {
|
||||||
implementation files('libs/xUtils-2.6.14.jar')
|
implementation files('libs/xUtils-2.6.14.jar')
|
||||||
implementation files('libs/commons-logging-1.1.1.jar')
|
implementation files('libs/commons-logging-1.1.1.jar')
|
||||||
//技威平台
|
//技威平台
|
||||||
compile project(':umeng_sharesdk_library')
|
implementation project(':umeng_sharesdk_library')
|
||||||
//友盟分享
|
//友盟分享
|
||||||
compile 'com.google.code.gson:gson:2.8.9'
|
implementation 'com.google.code.gson:gson:2.8.9'
|
||||||
//bugly
|
//bugly
|
||||||
compile files('libs/commons-io-1.4.jar')
|
implementation files('libs/commons-io-1.4.jar')
|
||||||
// compile files('libs/locSDK_6.13.jar')
|
// implementation files('libs/locSDK_6.13.jar')
|
||||||
compile files('libs/BaiduLBS_Android.jar')
|
implementation files('libs/BaiduLBS_Android.jar')
|
||||||
compile files('libs/TalkingDataAnalytics_V2.1.37.jar')
|
implementation files('libs/TalkingDataAnalytics_V2.1.37.jar')
|
||||||
compile files('libs/umeng_social_sdk.jar')
|
implementation files('libs/umeng_social_sdk.jar')
|
||||||
compile 'de.greenrobot:eventbus:2.4.0'
|
implementation 'de.greenrobot:eventbus:2.4.0'
|
||||||
compile 'com.squareup.picasso:picasso:2.5.2'
|
implementation 'com.squareup.picasso:picasso:2.5.2'
|
||||||
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
|
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
|
||||||
compile 'com.google.zxing:core:3.3.0'
|
implementation 'com.google.zxing:core:3.3.0'
|
||||||
//云信聊天
|
//云信聊天
|
||||||
compile 'com.android.support:multidex:1.0.1'
|
implementation 'com.android.support:multidex:1.0.3'
|
||||||
compile files('libs/AMap_Services_V2.3.1.jar')
|
implementation files('libs/AMap_Services_V2.3.1.jar')
|
||||||
//定位
|
//定位
|
||||||
compile files('libs/Android_2DMap_V2.4.0.jar')
|
implementation files('libs/Android_2DMap_V2.4.0.jar')
|
||||||
//地图
|
//地图
|
||||||
compile files('libs/MobCommons-2016.1012.1447.jar')
|
implementation files('libs/MobCommons-2016.1012.1447.jar')
|
||||||
compile files('libs/MobTools-2016.1012.1447.jar')
|
implementation files('libs/MobTools-2016.1012.1447.jar')
|
||||||
compile name: 'SMSSDK-2.1.2', ext: 'aar'
|
implementation name: 'SMSSDK-2.1.2', ext: 'aar'
|
||||||
//MOB短信平台
|
//MOB短信平台
|
||||||
compile 'com.jude:rollviewpager:1.4.5'
|
implementation 'com.jude:rollviewpager:1.4.5'
|
||||||
//自动滚动ViewPager
|
//自动滚动ViewPager
|
||||||
compile project(':BageView')
|
implementation project(':BageView')
|
||||||
//拖拽小红点控件
|
//拖拽小红点控件
|
||||||
//友盟微社区
|
//友盟微社区
|
||||||
compile 'jp.wasabeef:picasso-transformations:2.1.0'
|
implementation 'jp.wasabeef:picasso-transformations:2.1.0'
|
||||||
//Picasso 显示圆形图片
|
//Picasso 显示圆形图片
|
||||||
compile 'com.android.support:design:23.3.0'
|
implementation 'com.android.support:design:28.0.0'
|
||||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
implementation 'com.github.bumptech.glide:glide:3.7.0'
|
||||||
//Glide
|
//Glide
|
||||||
compile 'cn.bingoogolapple:bga-refreshlayout:1.1.7@aar'
|
implementation 'cn.bingoogolapple:bga-refreshlayout:1.1.7@aar'
|
||||||
//下拉刷新
|
//下拉刷新
|
||||||
compile project(':JCVideo_Library')
|
implementation project(':JCVideo_Library')
|
||||||
compile 'com.github.PhilJay:MPAndroidChart:v3.0.3'
|
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
|
||||||
compile files('libs/mina-core-2.0.17.jar')
|
implementation files('libs/mina-core-2.0.17.jar')
|
||||||
compile files('libs/fastjson-1.1.34.android.jar')
|
implementation files('libs/fastjson-1.1.34.android.jar')
|
||||||
compile 'com.aliyun.ams:alicloud-android-push:3.1.9.1'
|
implementation 'com.aliyun.ams:alicloud-android-push:3.1.9.1'
|
||||||
compile(name: 'alicloud-android-third-push-3.0.6', ext: 'aar')
|
implementation(name: 'alicloud-android-third-push-3.0.6', ext: 'aar')
|
||||||
// compile 'com.p2p.core:p2p-core:0.4.4.9'
|
// implementation 'com.p2p.core:p2p-core:0.4.4.9'
|
||||||
compile(name: 'p2p-core-release', ext: 'aar')
|
implementation(name: 'p2p-core-release', ext: 'aar')
|
||||||
compile(name: 'pano-release', ext: 'aar')
|
implementation(name: 'pano-release', ext: 'aar')
|
||||||
compile(name: 'soundwave-release', ext: 'aar')
|
implementation(name: 'soundwave-release', ext: 'aar')
|
||||||
compile 'com.libhttp:libhttp:v0.5.5'
|
implementation 'com.libhttp:libhttp:v0.5.5'
|
||||||
/*compile 'com.jwkj:UDPUtilsLib:v1.1.1'*/
|
/*implementation 'com.jwkj:UDPUtilsLib:v1.1.1'*/
|
||||||
//UDP基础库(不可少)
|
//UDP基础库(不可少)
|
||||||
/*compile 'com.jwkj:udpsender:v2.0.2'*/
|
/*implementation 'com.jwkj:udpsender:v2.0.2'*/
|
||||||
compile files('libs/javabase64.jar')
|
implementation files('libs/javabase64.jar')
|
||||||
// compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
|
//implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
|
||||||
compile files('libs/httpcore-4.4.13.jar')
|
implementation files('libs/httpcore-4.4.13.jar')
|
||||||
compile files('libs/httpclient-4.5.12.jar')
|
implementation files('libs/httpclient-4.5.12.jar')
|
||||||
compile 'com.zhy:autolayout:1.4.5'
|
implementation 'com.zhy:autolayout:1.4.5'
|
||||||
compile 'com.tencent.bugly:crashreport:latest.release'
|
implementation 'com.tencent.bugly:crashreport:latest.release'
|
||||||
compile 'com.tencent.bugly:nativecrashreport:latest.release'
|
implementation 'com.tencent.bugly:nativecrashreport:latest.release'
|
||||||
|
|
||||||
//UDP功能模块库
|
//UDP功能模块库
|
||||||
//UDP基础库(不可少)
|
//UDP基础库(不可少)
|
||||||
compile 'com.jwkj:udpsender:v2.0.2'
|
implementation 'com.jwkj:udpsender:v2.0.2'
|
||||||
compile(name: 'UDPUtilsLib-v1.1.1', ext: 'aar')
|
implementation(name: 'UDPUtilsLib-v1.1.1', ext: 'aar')
|
||||||
// compile 'com.github.jwkj:SoundWaveSender:v2.0.2'
|
// implementation 'com.github.jwkj:SoundWaveSender:v2.0.2'
|
||||||
|
|
||||||
//摇杆空间
|
//摇杆空间
|
||||||
compile 'com.github.kongqw:AndroidRocker:1.0.1'
|
implementation 'com.github.kongqw:AndroidRocker:1.0.1'
|
||||||
|
|
||||||
compile 'com.aliyun.ams:alicloud-android-httpdns:2.1.1'
|
implementation 'com.aliyun.ams:alicloud-android-httpdns:2.1.1'
|
||||||
|
|
||||||
compile 'io.reactivex:rxandroid:1.2.1'
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
||||||
compile 'io.reactivex:rxjava:1.1.6'
|
implementation 'io.reactivex:rxjava:1.1.6'
|
||||||
|
|
||||||
// implementation 'com.github.EspressifApp:lib-esptouch-v2-android:2.2.1'
|
// implementation 'com.github.EspressifApp:lib-esptouch-v2-android:2.2.1'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue