버전 정보 표시 기능 개선 - 웹앱에서 정상 동작 확인
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user