Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
aqua-ix committed Nov 27, 2024
1 parent adc6ad1 commit 50d3969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "comviewaquahp.google.sites.youbimiku"
minSdk = 23
targetSdk = 35
versionCode = 36
versionName = "8.5"
versionCode = 37
versionName = "8.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down

0 comments on commit 50d3969

Please sign in to comment.