Skip to content

Commit

Permalink
Merge pull request #667 from kosenda/feature/versionup-v1-32
Browse files Browse the repository at this point in the history
versionUp v1.32(43)
  • Loading branch information
kosenda authored Jun 29, 2024
2 parents 28831bc + af2fbb4 commit af8563a
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 @@ -27,8 +27,8 @@ android {
applicationId = "ksnd.hiraganaconverter"
minSdk = 26
targetSdk = 34
versionCode = 42
versionName = "1.31"
versionCode = 43
versionName = "1.32"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down

0 comments on commit af8563a

Please sign in to comment.