merge with upstream2

This commit is contained in:
IndusAryan 2024-03-17 18:42:10 +05:30
parent ef6d270ac2
commit 4d9fbc5f9a
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ repositories {
dependencies {
// Testing
testImplementation("junit:junit:4.13.2")
testImplementation("org.json:json:20240205")
testImplementation("org.json:json:20231013")
androidTestImplementation("androidx.test:core")
implementation("androidx.test.ext:junit-ktx:1.1.5")
androidTestImplementation("androidx.test.ext:junit:1.1.5")

View file

@ -23,7 +23,7 @@ allprojects {
}
plugins {
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
}
tasks.register<Delete>("clean") {