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 4bcf815 commit d74972aCopy full SHA for d74972a
.gitignore
@@ -14,3 +14,4 @@
14
.cxx
15
local.properties
16
/.idea
17
+/.kotlin/errors
Codex/build.gradle.kts
@@ -39,8 +39,9 @@ dependencies {
39
implementation(libs.androidx.appcompat)
40
implementation(libs.material)
41
42
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
43
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
44
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
45
46
androidTestImplementation(libs.androidx.junit)
47
androidTestImplementation(libs.androidx.espresso.core)
0 commit comments