Skip to content

Commit

Permalink
Merge branch 'master' into v0.2.1-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba authored Oct 24, 2021
2 parents 74d6bb8 + 1e2b6f9 commit 045030c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions opensrp-unicef-tunisia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ android {
applicationVariants.all { variant ->
if (variant.name == "debug") {
variant.outputs.each { output ->
output.versionCodeOverride = 4
output.versionCodeOverride = 5
output.versionNameOverride = "0.2.1-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
output.versionCodeOverride = 4
output.versionCodeOverride = 5
output.versionNameOverride = "0.2.1-preview"
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
output.versionCodeOverride = 1
output.versionNameOverride = "0.0.1-release"
output.versionCodeOverride = 5
output.versionNameOverride = "0.2.1-release"
}
}
}
Expand Down

0 comments on commit 045030c

Please sign in to comment.