Skip to content

Commit 104c2c4

Browse files
committed
Specify default versionCode in convention plugin
1 parent 9d4908c commit 104c2c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-logic/plugins/src/main/kotlin/AndroidApplicationConventionPlugin.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
4040
target.configureAndroid(this)
4141
defaultConfig {
4242
targetSdk = 34
43+
versionCode = 1
44+
versionName = "1"
4345
}
4446
compileOptions {
4547
isCoreLibraryDesugaringEnabled = true

0 commit comments

Comments
 (0)