chore: bump dependencies

This commit is contained in:
2025-08-19 15:45:58 +08:00
parent 646e5e5056
commit b6c46b7240
12 changed files with 19 additions and 62 deletions

View File

@@ -28,15 +28,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs = listOf(
"-opt-in=kotlin.ExperimentalStdlibApi",
"-Xno-param-assertions",
"-Xno-call-assertions",
"-Xno-receiver-assertions"
)
}
}
dependencies {