Skip to content

Commit af028cb

Browse files
committed
Version v5.0.1 (fix release variant of v5.0.0)
The same as v5.0.0 except this fixes the release variants of the app for v5.0.0.
1 parent da0b2c2 commit af028cb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Wikimedia Commons for Android
22

3+
## v5.0.1
4+
5+
Same as v5.0.0 except this fixes some R8 rules to ensure that the release
6+
variants of the app work as intended.
7+
38
## v5.0.0
49

510
### What's Changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ android {
191191
defaultConfig {
192192
//applicationId 'fr.free.nrw.commons'
193193

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

198198
minSdkVersion 21

0 commit comments

Comments
 (0)