diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0879a63..de1b2fb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ android { applicationId = "com.github.miwu" minSdk = 21 targetSdk = 34 - versionCode = 9 - versionName = "2.0.7" + versionCode = 10 + versionName = "2.0.8" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" ksp { arg("room.schemaLocation", "$projectDir/schemas") @@ -163,4 +163,4 @@ afterEvaluate { tasks.named("kspReleaseKotlin") { dependsOn("dataBindingGenBaseClassesRelease") } -} \ No newline at end of file +}