We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5c9f5 commit 8f17cd6Copy full SHA for 8f17cd6
app/build.gradle
@@ -94,7 +94,7 @@ dependencies {
94
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
95
implementation "com.squareup.okhttp3:logging-interceptor:5.1.0"
96
testImplementation "junit:junit:4.13.2"
97
- testImplementation("org.assertj:assertj-core:3.27.4")
+ testImplementation("org.assertj:assertj-core:3.27.5")
98
99
androidTestImplementation "androidx.test.ext:junit:1.3.0"
100
androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"
0 commit comments