We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf3533 commit 388b6a9Copy full SHA for 388b6a9
app/build.gradle
@@ -50,7 +50,7 @@ android {
50
51
dependencies {
52
implementation 'androidx.appcompat:appcompat:1.5.1'
53
- implementation 'androidx.fragment:fragment-ktx:1.5.3'
+ implementation 'androidx.fragment:fragment-ktx:1.6.2'
54
implementation 'androidx.fragment:fragment:1.5.3'
55
56
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
library/build.gradle
@@ -49,7 +49,7 @@ android {
49
}
- api 'androidx.fragment:fragment-ktx:1.5.3'
+ api 'androidx.fragment:fragment-ktx:1.6.2'
final lifecycle_version = '2.5.1'
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"
0 commit comments