Skip to content

Commit 0d09be3

Browse files
authored
Merge pull request #158 from kosenda/feature/versionup-v4-4
versionUp v4.4
2 parents 7959dcd + 398e032 commit 0d09be3

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 = 38
28-
versionName = "4.3"
27+
versionCode = 39
28+
versionName = "4.4"
2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
}
3131
compileOptions {

0 commit comments

Comments
 (0)