chore: bump dependencies

This commit is contained in:
2025-08-19 19:06:35 +08:00
parent 61c0c5960b
commit edb22f1bd3
9 changed files with 21 additions and 38 deletions

View File

@@ -27,14 +27,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs = listOf(
"-Xno-param-assertions",
"-Xno-call-assertions",
"-Xno-receiver-assertions"
)
}
lint { checkReleaseBuilds = false }
}