diff --git a/core-android-api/build.gradle b/core-android-api/build.gradle index 687d74d1..e89b71d4 100644 --- a/core-android-api/build.gradle +++ b/core-android-api/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.7.1' implementation 'androidx.core:core:1.13.1' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.8.5' implementation okHttp implementation 'com.squareup.okio:okio:3.9.0' diff --git a/feature/identity-api/build.gradle b/feature/identity-api/build.gradle index 99cd7adf..40ee7397 100644 --- a/feature/identity-api/build.gradle +++ b/feature/identity-api/build.gradle @@ -10,5 +10,5 @@ android { } dependencies { - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.8.5' }