chore: bump dependencies

This commit is contained in:
2025-08-19 15:55:59 +08:00
parent 1a0dcd9bb3
commit f205592602
6 changed files with 18 additions and 20 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"
)
}
}
dependencies {