We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0b2c2 commit af028cbCopy full SHA for af028cb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Wikimedia Commons for Android
2
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
8
## v5.0.0
9
10
### What's Changed
app/build.gradle
@@ -191,8 +191,8 @@ android {
191
defaultConfig {
192
//applicationId 'fr.free.nrw.commons'
193
194
- versionCode 1038
195
- versionName '5.0.0'
+ versionCode 1039
+ versionName '5.0.1'
196
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
197
198
minSdkVersion 21
0 commit comments