chore: bump dependencies

This commit is contained in:
2025-08-19 17:02:00 +08:00
parent a7582de004
commit 9536b42c2b
5 changed files with 24 additions and 17 deletions

View File

@@ -38,14 +38,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