chore: bump dependencies

This commit is contained in:
2025-08-19 17:48:15 +08:00
parent 140b74fcab
commit 5b6caf4769
6 changed files with 26 additions and 27 deletions

View File

@@ -43,14 +43,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
freeCompilerArgs = listOf(
"-Xno-param-assertions",
"-Xno-call-assertions",
"-Xno-receiver-assertions"
)
}
buildFeatures {
buildConfig = true
viewBinding = true