버전 정보 표시 기능 개선 - 웹앱에서 정상 동작 확인
This commit is contained in:
@@ -23,9 +23,9 @@ android {
|
|||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode versionCode
|
versionCode versionCode
|
||||||
versionName "${versionName}"
|
versionName versionName
|
||||||
// 빌드 번호 추가 - BuildConfig 필드로 정의
|
// 빌드 번호 추가 - BuildConfig 필드로 정의
|
||||||
buildConfigField "int", "BUILD_NUMBER", "${buildNumber}"
|
buildConfigField "int", "BUILD_NUMBER", buildNumber.toString()
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
buildNumber=6
|
buildNumber=6
|
||||||
versionCode=6
|
versionCode=6
|
||||||
versionName=1.1.1.2
|
versionName=1.1.1.2
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"versionCode": 6,
|
"versionCode": 6,
|
||||||
"versionName": "1.1.1.2",
|
"versionName": "1.1.1.2",
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
buildNumber=6
|
buildNumber=6
|
||||||
versionCode=6
|
versionCode=6
|
||||||
versionName=1.1.1.2
|
versionName=1.1.1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user