build file change for pipeline
This commit is contained in:
@@ -16,7 +16,7 @@ android {
|
||||
|
||||
// dev -> development, quality -> qc, uat -> User Acceptance Testing, preprod -> preproduction, prod -> production, iocl -> iocl-iisc production
|
||||
defaultConfig {
|
||||
applicationId "in.sminnovations.hpostesting.quality"
|
||||
applicationId "in.sminnovations.hpostesting.dev"
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
versionCode 114
|
||||
|
||||
@@ -62,7 +62,7 @@ object Constants {
|
||||
const val BLANK_EVERY_TEST = false
|
||||
|
||||
// jig
|
||||
const val NAVIGATE_TO_TEST_JIG_DIRECTLY = true
|
||||
const val NAVIGATE_TO_TEST_JIG_DIRECTLY = false
|
||||
|
||||
val STATICID = listOf(
|
||||
"FACTORY",
|
||||
|
||||
Reference in New Issue
Block a user