This commit is contained in:
hdvtdev
2025-04-02 21:39:19 +03:00
parent e21553a3de
commit 7e64e89124

View File

@@ -12,7 +12,7 @@ repositories {
dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'org.jetbrains:annotations:26.0.2'
testImplementation 'org.jetbrains:annotations:26.0.2'
}