We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fdbd7 commit 1c1e266Copy full SHA for 1c1e266
sample/build.gradle
@@ -31,7 +31,7 @@ android {
31
dependencies {
32
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
33
implementation 'androidx.appcompat:appcompat:1.6.1'
34
- implementation 'androidx.activity:activity-ktx:1.7.2'
+ implementation 'androidx.activity:activity-ktx:1.10.1'
35
implementation 'androidx.fragment:fragment-ktx:1.6.1'
36
implementation project(':ViewModel-SavedState-ktx')
37
implementation 'com.wada811.databindingktx:databindingktx:7.0.0'
0 commit comments