mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
升级:gradle及依赖版本
This commit is contained in:
parent
52c67dbb73
commit
50960c94c8
@ -185,8 +185,8 @@ dependencies {
|
||||
androidTestImplementation deps.espresso.core
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.9.0'
|
||||
implementation "androidx.activity:activity-ktx:1.5.1"
|
||||
implementation "androidx.fragment:fragment-ktx:1.5.2"
|
||||
implementation "androidx.activity:activity-ktx:1.6.0"
|
||||
implementation "androidx.fragment:fragment-ktx:1.5.3"
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
implementation 'androidx.appcompat:appcompat:1.5.1'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.0'
|
||||
|
@ -11,7 +11,7 @@ ext.build_versions = build_versions
|
||||
|
||||
ext.deps = [:]
|
||||
def versions = [:]
|
||||
versions.android_gradle_plugin = '7.3.0'
|
||||
versions.android_gradle_plugin = '7.3.1'
|
||||
versions.android_maven_gradle_plugin = "2.1"
|
||||
versions.gradle_bintray_plugin = "1.8.0"
|
||||
versions.booster = "3.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user