Skip to content

Commit

Permalink
Version v5.0.1 (fix release variant of v5.0.0)
Browse files Browse the repository at this point in the history
The same as v5.0.0 except this fixes the release variants of the
app for v5.0.0.
  • Loading branch information
sivaraam committed Apr 28, 2024
1 parent da0b2c2 commit af028cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Wikimedia Commons for Android

## v5.0.1

Same as v5.0.0 except this fixes some R8 rules to ensure that the release
variants of the app work as intended.

## v5.0.0

### What's Changed
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ android {
defaultConfig {
//applicationId 'fr.free.nrw.commons'

versionCode 1038
versionName '5.0.0'
versionCode 1039
versionName '5.0.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())

minSdkVersion 21
Expand Down

0 comments on commit af028cb

Please sign in to comment.