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.
2 parents 6001a46 + d49d833 commit c1ab5c6Copy full SHA for c1ab5c6
app/build.gradle
@@ -46,7 +46,7 @@ android {
46
47
dependencies {
48
implementation 'androidx.appcompat:appcompat:1.4.1'
49
- implementation 'androidx.fragment:fragment-ktx:1.4.0'
+ implementation 'androidx.fragment:fragment-ktx:1.4.1'
50
implementation 'androidx.fragment:fragment:1.4.1'
51
52
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
library/build.gradle
}
- api 'androidx.fragment:fragment-ktx:1.4.0'
+ api 'androidx.fragment:fragment-ktx:1.4.1'
final lifecycle_version = '2.4.0'
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"
0 commit comments