버전 정보 표시 기능 개선 - 웹앱에서 정상 동작 확인

This commit is contained in:
hansoo
2025-03-23 21:43:48 +09:00
parent 8279d4bb17
commit 200f08860f
4 changed files with 2 additions and 5 deletions

View File

@@ -23,9 +23,9 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode versionCode
versionName "${versionName}"
versionName versionName
// 빌드 번호 추가 - BuildConfig 필드로 정의
buildConfigField "int", "BUILD_NUMBER", "${buildNumber}"
buildConfigField "int", "BUILD_NUMBER", buildNumber.toString()
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.