Skip to content

Commit 68f870b

Browse files
authored
Merge pull request #96 from kosenda/feature/update-version-v4-2
バージョンアップ(v4.2)
2 parents 31c219d + 9ca5d6e commit 68f870b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/convention/src/main/kotlin/kosenda/makecolor/AndroidApplicationPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class AndroidApplicationPlugin: Plugin<Project> {
2424
applicationId = "kosenda.makecolor"
2525
minSdk = 24
2626
targetSdk = 33
27-
versionCode = 35
28-
versionName = "4.1"
27+
versionCode = 37
28+
versionName = "4.2"
2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
}
3131
compileOptions {

0 commit comments

Comments
 (0)