Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Nov 26, 2021
1 parent 2d3e151 commit 55c5c64
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 @@ -85,8 +85,8 @@ android {
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
output.versionCodeOverride = 18
output.versionNameOverride = "2.0.3-release"
output.versionCodeOverride = 19
output.versionNameOverride = "2.0.4-release"
}
}
}
Expand Down

0 comments on commit 55c5c64

Please sign in to comment.