Skip to content

Commit

Permalink
debug version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidwarsivd committed Sep 16, 2021
1 parent 59ffd77 commit 2c030d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensrp-path-zeir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ android {
applicationVariants.all { variant ->
if (variant.name == "debug") {
variant.outputs.each { output ->
output.versionCodeOverride = 19
output.versionNameOverride = "0.0.19-debug"
output.versionCodeOverride = 20
output.versionNameOverride = "0.0.20-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
Expand Down

0 comments on commit 2c030d5

Please sign in to comment.