We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2f9c commit f1a1cf7Copy full SHA for f1a1cf7
app/build.gradle
@@ -49,7 +49,7 @@ android {
49
50
dependencies {
51
implementation 'androidx.appcompat:appcompat:1.6.1'
52
- implementation 'androidx.fragment:fragment-ktx:1.5.3'
+ implementation 'androidx.fragment:fragment-ktx:1.8.3'
53
implementation 'androidx.fragment:fragment:1.5.3'
54
55
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
library/build.gradle
@@ -48,7 +48,7 @@ android {
48
}
- api 'androidx.fragment:fragment-ktx:1.5.3'
+ api 'androidx.fragment:fragment-ktx:1.8.3'
final lifecycle_version = '2.5.1'
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"
0 commit comments