Skip to content

Commit

Permalink
Reset app version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd committed Jun 30, 2021
1 parent e80c167 commit ca70561
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 @@ -83,8 +83,8 @@ android {
}
} else if (variant.name == "release") {
variant.outputs.each { output ->
output.versionCodeOverride = 4
output.versionNameOverride = "0.2.0-release"
output.versionCodeOverride = 1
output.versionNameOverride = "0.0.1-release"
}
}
}
Expand Down

0 comments on commit ca70561

Please sign in to comment.