Skip to content

Commit a7162bd

Browse files
authored
build.gradle.kts 업데이트
1 parent c01a11f commit a7162bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,11 @@ dependencies {
116116
// HMH - Usage Stats
117117
implementation(libs.hmh.hus)
118118
}
119+
120+
121+
tasks.register("printVersionInfo") {
122+
doLast {
123+
println("VERSION_NAME=${project.version}")
124+
println("VERSION_CODE=${project.extra["androidVersionCode"]}")
125+
}
126+
}

0 commit comments

Comments
 (0)