diff --git a/app/build.gradle b/app/build.gradle index 70e43af..a6399e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.11.0' - implementation 'org.jetbrains:annotations:24.1.0' + implementation 'org.jetbrains:annotations:25.0.0' implementation 'androidx.multidex:multidex:2.0.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1'