Skip to content

Commit

Permalink
chore: update version v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksnd committed Apr 30, 2023
1 parent 31c219d commit 9ca5d6e
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 9ca5d6e

Please sign in to comment.