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 c188e9b commit 953873fCopy full SHA for 953873f
ViewLifecycleProperty/build.gradle
@@ -21,5 +21,5 @@ android {
21
22
dependencies {
23
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
24
- implementation 'androidx.fragment:fragment-ktx:1.5.7'
+ implementation 'androidx.fragment:fragment-ktx:1.6.1'
25
}
sample/build.gradle
@@ -39,7 +39,7 @@ android {
39
40
41
implementation 'androidx.appcompat:appcompat:1.6.1'
42
43
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
44
implementation 'com.github.wada811:DataBinding-ktx:6.1.0'
45
// implementation project(':ViewLifecycleProperty')
0 commit comments