Skip to content

Commit

Permalink
updated preview and debug version
Browse files Browse the repository at this point in the history
updated preview and release database version
  • Loading branch information
junaidwarsivd committed Nov 25, 2021
1 parent 6a891a4 commit 13cf21c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions opensrp-path-zeir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ android {
applicationVariants.all { variant ->
if (variant.name == "debug") {
variant.outputs.each { output ->
output.versionCodeOverride = 30
output.versionNameOverride = "0.0.30-debug"
output.versionCodeOverride = 31
output.versionNameOverride = "0.0.31-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
output.versionCodeOverride = 19
output.versionNameOverride = "0.0.19-preview"
output.versionCodeOverride = 20
output.versionNameOverride = "0.0.20-preview"
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
Expand Down Expand Up @@ -124,7 +124,7 @@ android {
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '100'
buildConfigField "int", "OPENMRS_UNIQUE_ID_SOURCE", '1'
buildConfigField "int", "VACCINE_SYNC_TIME", '0'
buildConfigField "int", "DATABASE_VERSION", '18'
buildConfigField "int", "DATABASE_VERSION", '19'
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
buildConfigField "boolean", "TIME_CHECK", "true"
buildConfigField "int", "DATA_SYNC_DURATION_MINUTES", '15'
Expand Down Expand Up @@ -178,7 +178,7 @@ android {
buildConfigField "int", "OPENMRS_UNIQUE_ID_BATCH_SIZE", '100'
buildConfigField "int", "OPENMRS_UNIQUE_ID_SOURCE", '3'
buildConfigField "int", "VACCINE_SYNC_TIME", '0'
buildConfigField "int", "DATABASE_VERSION", '18'
buildConfigField "int", "DATABASE_VERSION", '19'
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
buildConfigField "boolean", "TIME_CHECK", "true"
buildConfigField "int", "DATA_SYNC_DURATION_MINUTES", '15'
Expand Down

0 comments on commit 13cf21c

Please sign in to comment.