Skip to content

Commit

Permalink
upgrade androidx.fragment:fragment to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed May 15, 2024
1 parent 630baa8 commit c3318e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ dependencies {
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.24')
implementation 'androidx.core:core:1.13.1'
implementation 'androidx.activity:activity:1.9.0'
implementation 'androidx.fragment:fragment:1.7.0'
implementation 'androidx.fragment:fragment:1.7.1'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit c3318e0

Please sign in to comment.