diff --git a/app/build.gradle b/app/build.gradle index bbf5a7a..155933c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'com.android.volley:volley:1.2.1' implementation 'com.adyen.checkout:drop-in:4.10.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'