升级:gradle依赖版本

pull/286/head
pppscn 1 year ago
parent d144ccead0
commit 1b67930220

@ -181,12 +181,12 @@ dependencies {
implementation files('libs/frpclib.aar')
testImplementation deps.junit
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation deps.espresso.core
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.activity:activity-ktx:1.6.0"
implementation "androidx.fragment:fragment-ktx:1.5.3"
implementation "androidx.activity:activity-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.5.4"
implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.appcompat:appcompat:1.5.1'
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-download:1.0.0'//
//mmkvhttps://github.com/Tencent/MMKV
implementation 'com.tencent:mmkv:1.2.14'
implementation 'com.tencent:mmkv:1.2.15'
//AutoSizehttps://github.com/JessYanCoding/AndroidAutoSize
implementation 'me.jessyan:autosize:1.2.1'
//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'
//
@ -231,7 +231,7 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"
//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
implementation 'io.github.jeremyliao:live-event-bus-x:1.8.0'
@ -251,7 +251,7 @@ dependencies {
testImplementation "androidx.paging:paging-common-ktx:$paging_version"
//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'
implementation "com.sun.mail:android-mail:$mail_version"
@ -266,7 +266,7 @@ dependencies {
kapt 'cn.ppps.andserver:processor:2.1.11'
//SM4 JAVA(BC)
api "org.bouncycastle:bcprov-jdk15on:1.69"
api 'org.bouncycastle:bcprov-jdk15on:1.70'
}
//X-Library
apply from: 'x-library.gradle'

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

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

@ -30,9 +30,9 @@ versions.rxandroid = "2.1.1"
versions.rxbinding = "2.2.0"
versions.butterknife = "10.2.3"
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.leakcanary = "2.9.1" //https://github.com/square/leakcanary
versions.leakcanary = "2.10" //https://github.com/square/leakcanary
versions.lifecycle = "2.2.0"
versions.kotlin = '1.6.21'

Loading…
Cancel
Save