From c3318e01692a97a4d8ff25dcc200cd61d509164b Mon Sep 17 00:00:00 2001 From: m5r <mokht@rmi.al> Date: Wed, 15 May 2024 11:32:59 +0200 Subject: [PATCH] upgrade `androidx.fragment:fragment` to 1.7.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee51f612..7bea7f1c 100644 --- a/build.gradle +++ b/build.gradle @@ -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'