chore(android): set version name from pipeline (#11897)

This commit is contained in:
aki-chang-dev
2025-04-22 13:52:03 +00:00
parent bfd3c64615
commit 25d17af0ed
2 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName System.getenv('VERSION_NAME') ?: 'v1.0.0-local'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.