Skip to content

Commit

Permalink
Merge pull request #584 from kosenda/feature/versionup-1.30
Browse files Browse the repository at this point in the history
[develop] versionUp v1.3.0
  • Loading branch information
kosenda authored May 3, 2024
2 parents 05c8779 + a9c28e1 commit 6671fa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class AndroidApplicationPlugin : Plugin<Project> {
applicationId = "ksnd.hiraganaconverter"
minSdk = 26
targetSdk = 34
versionCode = 40
versionName = "1.29"
versionCode = 41
versionName = "1.30"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down

0 comments on commit 6671fa4

Please sign in to comment.