Skip to content

Commit

Permalink
Bump up app version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd committed Jun 14, 2021
1 parent 66723c6 commit 59bc585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = 12
output.versionNameOverride = "0.0.12-debug"
output.versionCodeOverride = 13
output.versionNameOverride = "0.0.13-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
output.versionCodeOverride = 12
output.versionNameOverride = "0.0.12-preview"
output.versionCodeOverride = 13
output.versionNameOverride = "0.0.13-preview"
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
Expand Down

0 comments on commit 59bc585

Please sign in to comment.