Skip to content

Commit

Permalink
升级三方库
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Jan 25, 2024
1 parent 7c0a174 commit 5ef9537
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 @@ -71,10 +71,10 @@ dependencies {
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.github.hackware1993:MagicIndicator:1.7.0'
implementation "androidx.fragment:fragment-ktx:1.5.6"
implementation "androidx.fragment:fragment-ktx:1.6.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rxjava_version=3.1.6
rxlife_version=2.2.2
rxhttp_version=3.2.4

lifecycle_version=2.6.1
lifecycle_version=2.6.2
ksp_version=1.9.22-1.0.17

fastjson_version=1.2.76
Expand Down

0 comments on commit 5ef9537

Please sign in to comment.