chore: bump dependencies

This commit is contained in:
2025-08-19 16:52:00 +08:00
parent 08e38c6770
commit 25b7853313
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