diff --git a/app/build.gradle b/app/build.gradle index c408092..7a99937 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.activity:activity:1.8.0' testImplementation 'junit:junit:4.13.2' @@ -57,9 +57,9 @@ dependencies { implementation 'com.google.code.gson:gson:2.10.1' // ViewModel - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' - implementation 'androidx.fragment:fragment-ktx:1.6.1' - implementation 'androidx.activity:activity-ktx:1.8.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0' + implementation 'androidx.fragment:fragment-ktx:1.7.1' + implementation 'androidx.activity:activity-ktx:1.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'