Skip to content

Commit

Permalink
build.gradle.kts 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab authored Feb 9, 2025
1 parent c01a11f commit a7162bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,11 @@ dependencies {
// HMH - Usage Stats
implementation(libs.hmh.hus)
}


tasks.register("printVersionInfo") {
doLast {
println("VERSION_NAME=${project.version}")
println("VERSION_CODE=${project.extra["androidVersionCode"]}")
}
}

0 comments on commit a7162bd

Please sign in to comment.