修改描述符,适配新版本gradle

This commit is contained in:
Lihongda 2024-01-03 23:34:11 +08:00
parent bc5216eb4d
commit 81b1a91572
2 changed files with 69 additions and 51 deletions

18
.gitignore vendored
View File

@ -3,6 +3,24 @@
/BageView/build/
/umeng_sharesdk_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
*.apk

View File

@ -80,76 +80,76 @@ dependencies {
implementation files('libs/xUtils-2.6.14.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
compile files('libs/commons-io-1.4.jar')
// compile files('libs/locSDK_6.13.jar')
compile files('libs/BaiduLBS_Android.jar')
compile files('libs/TalkingDataAnalytics_V2.1.37.jar')
compile files('libs/umeng_social_sdk.jar')
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
compile 'com.google.zxing:core:3.3.0'
implementation files('libs/commons-io-1.4.jar')
// implementation files('libs/locSDK_6.13.jar')
implementation files('libs/BaiduLBS_Android.jar')
implementation files('libs/TalkingDataAnalytics_V2.1.37.jar')
implementation files('libs/umeng_social_sdk.jar')
implementation 'de.greenrobot:eventbus:2.4.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'com.google.zxing:core:3.3.0'
//
compile 'com.android.support:multidex:1.0.1'
compile files('libs/AMap_Services_V2.3.1.jar')
implementation 'com.android.support:multidex:1.0.3'
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')
compile files('libs/MobTools-2016.1012.1447.jar')
compile name: 'SMSSDK-2.1.2', ext: 'aar'
implementation files('libs/MobCommons-2016.1012.1447.jar')
implementation files('libs/MobTools-2016.1012.1447.jar')
implementation name: 'SMSSDK-2.1.2', ext: 'aar'
//MOB短信平台
compile 'com.jude:rollviewpager:1.4.5'
implementation 'com.jude:rollviewpager:1.4.5'
//ViewPager
compile project(':BageView')
implementation project(':BageView')
//
//
compile 'jp.wasabeef:picasso-transformations:2.1.0'
implementation 'jp.wasabeef:picasso-transformations:2.1.0'
//Picasso
compile 'com.android.support:design:23.3.0'
compile 'com.github.bumptech.glide:glide:3.7.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.github.bumptech.glide:glide:3.7.0'
//Glide
compile 'cn.bingoogolapple:bga-refreshlayout:1.1.7@aar'
implementation 'cn.bingoogolapple:bga-refreshlayout:1.1.7@aar'
//
compile project(':JCVideo_Library')
compile 'com.github.PhilJay:MPAndroidChart:v3.0.3'
compile files('libs/mina-core-2.0.17.jar')
compile files('libs/fastjson-1.1.34.android.jar')
compile 'com.aliyun.ams:alicloud-android-push:3.1.9.1'
compile(name: 'alicloud-android-third-push-3.0.6', ext: 'aar')
// compile 'com.p2p.core:p2p-core:0.4.4.9'
compile(name: 'p2p-core-release', ext: 'aar')
compile(name: 'pano-release', ext: 'aar')
compile(name: 'soundwave-release', ext: 'aar')
compile 'com.libhttp:libhttp:v0.5.5'
/*compile 'com.jwkj:UDPUtilsLib:v1.1.1'*/
//UDP基础库
/*compile 'com.jwkj:udpsender:v2.0.2'*/
compile files('libs/javabase64.jar')
// compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
compile files('libs/httpcore-4.4.13.jar')
compile files('libs/httpclient-4.5.12.jar')
compile 'com.zhy:autolayout:1.4.5'
compile 'com.tencent.bugly:crashreport:latest.release'
compile 'com.tencent.bugly:nativecrashreport:latest.release'
implementation project(':JCVideo_Library')
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
implementation files('libs/mina-core-2.0.17.jar')
implementation files('libs/fastjson-1.1.34.android.jar')
implementation 'com.aliyun.ams:alicloud-android-push:3.1.9.1'
implementation(name: 'alicloud-android-third-push-3.0.6', ext: 'aar')
// implementation 'com.p2p.core:p2p-core:0.4.4.9'
implementation(name: 'p2p-core-release', ext: 'aar')
implementation(name: 'pano-release', ext: 'aar')
implementation(name: 'soundwave-release', ext: 'aar')
implementation 'com.libhttp:libhttp:v0.5.5'
/*implementation 'com.jwkj:UDPUtilsLib:v1.1.1'*/
//UDP基础库
/*implementation 'com.jwkj:udpsender:v2.0.2'*/
implementation files('libs/javabase64.jar')
//implementation 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
implementation files('libs/httpcore-4.4.13.jar')
implementation files('libs/httpclient-4.5.12.jar')
implementation 'com.zhy:autolayout:1.4.5'
implementation 'com.tencent.bugly:crashreport:latest.release'
implementation 'com.tencent.bugly:nativecrashreport:latest.release'
//UDP功能模块库
//UDP基础库
compile 'com.jwkj:udpsender:v2.0.2'
compile(name: 'UDPUtilsLib-v1.1.1', ext: 'aar')
// compile 'com.github.jwkj:SoundWaveSender:v2.0.2'
implementation 'com.jwkj:udpsender:v2.0.2'
implementation(name: 'UDPUtilsLib-v1.1.1', ext: 'aar')
// 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'
compile 'io.reactivex:rxjava:1.1.6'
implementation 'io.reactivex:rxandroid:1.2.1'
implementation 'io.reactivex:rxjava:1.1.6'
// implementation 'com.github.EspressifApp:lib-esptouch-v2-android:2.2.1'
}