diff --git a/app/build.gradle b/app/build.gradle index 95a957e..8a3fb74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:1.6.1" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2" implementation 'androidx.core:core-ktx:1.12.0' - implementation 'net.danlew:android.joda:2.12.6' + implementation 'net.danlew:android.joda:2.12.7' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' implementation 'androidx.activity:activity-compose:1.8.0' implementation "androidx.compose.ui:ui:$compose_ui_version"