Skip to content

Commit

Permalink
Merge pull request #96 from kosenda/feature/update-version-v4-2
Browse files Browse the repository at this point in the history
バージョンアップ(v4.2)
  • Loading branch information
kosenda authored Apr 30, 2023
2 parents 31c219d + 9ca5d6e commit 68f870b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class AndroidApplicationPlugin: Plugin<Project> {
applicationId = "kosenda.makecolor"
minSdk = 24
targetSdk = 33
versionCode = 35
versionName = "4.1"
versionCode = 37
versionName = "4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down

0 comments on commit 68f870b

Please sign in to comment.