Skip to content

Commit

Permalink
Merge pull request #158 from kosenda/feature/versionup-v4-4
Browse files Browse the repository at this point in the history
versionUp v4.4
  • Loading branch information
kosenda authored Jun 14, 2023
2 parents 7959dcd + 398e032 commit 0d09be3
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 = 38
versionName = "4.3"
versionCode = 39
versionName = "4.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down

0 comments on commit 0d09be3

Please sign in to comment.