Skip to content

Commit

Permalink
更新版本号2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored Apr 9, 2024
1 parent 6f32d99 commit 009b9fd
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 @@ -24,8 +24,8 @@ android {
applicationId = "com.github.miwu"
minSdk = 26
targetSdk = 34
versionCode = 6
versionName = "2.0.4"
versionCode = 7
versionName = "2.0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down Expand Up @@ -140,4 +140,4 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}
}

0 comments on commit 009b9fd

Please sign in to comment.