Skip to content

Commit

Permalink
升级:gradle及依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Oct 19, 2022
1 parent 52c67db commit 50960c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 50960c9

Please sign in to comment.