Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Jul 20, 2024
1 parent d2a9918 commit 333d52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -163,4 +163,4 @@ afterEvaluate {
tasks.named("kspReleaseKotlin") {
dependsOn("dataBindingGenBaseClassesRelease")
}
}
}

0 comments on commit 333d52c

Please sign in to comment.