Skip to content

Commit

Permalink
Bump up debug/preview versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd committed Oct 14, 2021
1 parent 5bd173c commit fd1d20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensrp-unicef-tunisia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ android {
if (variant.name == "debug") {
variant.outputs.each { output ->
output.versionCodeOverride = 4
output.versionNameOverride = "0.2.0-debug"
output.versionNameOverride = "0.2.1-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
output.versionCodeOverride = 4
output.versionNameOverride = "0.2.0-preview"
output.versionNameOverride = "0.2.1-preview"
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
Expand Down

0 comments on commit fd1d20f

Please sign in to comment.