升级:gradle依赖版本

This commit is contained in:
pppscn 2023-01-20 11:10:08 +08:00
parent d144ccead0
commit 1b67930220
4 changed files with 332 additions and 332 deletions

View File

@ -181,12 +181,12 @@ dependencies {
implementation files('libs/frpclib.aar') implementation files('libs/frpclib.aar')
testImplementation deps.junit testImplementation deps.junit
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation deps.espresso.core androidTestImplementation deps.espresso.core
implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.activity:activity-ktx:1.6.0" implementation "androidx.activity:activity-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.5.3" implementation "androidx.fragment:fragment-ktx:1.5.4"
implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.0'
@ -203,11 +203,11 @@ dependencies {
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.0' implementation 'com.github.xuexiangjys.AgentWeb:agentweb-core:1.0.0'
implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.0'// implementation 'com.github.xuexiangjys.AgentWeb:agentweb-download:1.0.0'//
//mmkvhttps://github.com/Tencent/MMKV //mmkvhttps://github.com/Tencent/MMKV
implementation 'com.tencent:mmkv:1.2.14' implementation 'com.tencent:mmkv:1.2.15'
//AutoSizehttps://github.com/JessYanCoding/AndroidAutoSize //AutoSizehttps://github.com/JessYanCoding/AndroidAutoSize
implementation 'me.jessyan:autosize:1.2.1' implementation 'me.jessyan:autosize:1.2.1'
//umeng统计 //umeng统计
implementation 'com.umeng.umsdk:common:9.5.2' implementation 'com.umeng.umsdk:common:9.5.4'
implementation 'com.umeng.umsdk:asms:1.6.3' implementation 'com.umeng.umsdk:asms:1.6.3'
// //
@ -231,7 +231,7 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version" kapt "androidx.room:room-compiler:$room_version"
//CodeViewhttps://github.com/AmrDeveloper/CodeView //CodeViewhttps://github.com/AmrDeveloper/CodeView
implementation 'com.github.AmrDeveloper:CodeView:1.3.5' implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
//LiveEventBushttps://github.com/JeremyLiao/LiveEventBus //LiveEventBushttps://github.com/JeremyLiao/LiveEventBus
implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0' implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
@ -251,7 +251,7 @@ dependencies {
testImplementation "androidx.paging:paging-common-ktx:$paging_version" testImplementation "androidx.paging:paging-common-ktx:$paging_version"
//https://github.com/getActivity/XXPermissions //https://github.com/getActivity/XXPermissions
implementation 'com.github.getActivity:XXPermissions:16.2' implementation 'com.github.getActivity:XXPermissions:16.6'
def mail_version = '1.6.7' def mail_version = '1.6.7'
implementation "com.sun.mail:android-mail:$mail_version" implementation "com.sun.mail:android-mail:$mail_version"
@ -266,7 +266,7 @@ dependencies {
kapt 'cn.ppps.andserver:processor:2.1.11' kapt 'cn.ppps.andserver:processor:2.1.11'
//SM4 JAVA实现(BC实现) //SM4 JAVA实现(BC实现)
api "org.bouncycastle:bcprov-jdk15on:1.69" api 'org.bouncycastle:bcprov-jdk15on:1.70'
} }
//X-Library依赖 //X-Library依赖
apply from: 'x-library.gradle' apply from: 'x-library.gradle'

View File

@ -4,7 +4,7 @@ buildscript {
apply from: './versions.gradle' apply from: './versions.gradle'
addRepos(repositories) // addRepos(repositories) //
dependencies { dependencies {
classpath deps.android_gradle_plugin classpath "com.android.tools.build:gradle:$versions.android_gradle_plugin"
classpath deps.android_maven_gradle_plugin classpath deps.android_maven_gradle_plugin
// //
classpath 'com.chenenyu:img-optimizer:1.2.0' classpath 'com.chenenyu:img-optimizer:1.2.0'

View File

@ -1,6 +1,6 @@
#Fri Jun 28 16:23:16 CST 2019 #Fri Jan 20 10:28:07 CST 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip zipStoreBase=GRADLE_USER_HOME

View File

@ -30,9 +30,9 @@ versions.rxandroid = "2.1.1"
versions.rxbinding = "2.2.0" versions.rxbinding = "2.2.0"
versions.butterknife = "10.2.3" versions.butterknife = "10.2.3"
versions.runner = "1.4.0" versions.runner = "1.4.0"
versions.gson = "2.9.1" //https://github.com/google/gson versions.gson = "2.10.1" //https://github.com/google/gson
versions.okhttp3 = "3.12.13" // API 19 versions.okhttp3 = "3.12.13" // API 19
versions.leakcanary = "2.9.1" //https://github.com/square/leakcanary versions.leakcanary = "2.10" //https://github.com/square/leakcanary
versions.lifecycle = "2.2.0" versions.lifecycle = "2.2.0"
versions.kotlin = '1.6.21' versions.kotlin = '1.6.21'