Merge pull request #2321 from gedoor/dependabot/gradle/app/androidx.fragment-fragment-ktx-1.5.3

Bump fragment-ktx from 1.5.2 to 1.5.3 in /app
This commit is contained in:
kunfei 2022-09-22 16:00:26 +08:00 committed by GitHub
commit 87a965d686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ dependencies {
implementation('androidx.core:core-ktx:1.9.0')
implementation('androidx.appcompat:appcompat:1.5.1')
implementation('androidx.activity:activity-ktx:1.5.1')
implementation('androidx.fragment:fragment-ktx:1.5.2')
implementation('androidx.fragment:fragment-ktx:1.5.3')
implementation('androidx.preference:preference-ktx:1.2.0')
implementation('androidx.constraintlayout:constraintlayout:2.1.4')
implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0')