Skip to content

Commit b848446

Browse files
Bump up version code and name for the patch release
Update CHANGELOG.md
1 parent 8e3b54f commit b848446

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v6.2.1
4+
5+
### What's changed
6+
* The app no longer crashes on navigating from the MainActivity to other activities
7+
* Support for larger zoom levels on the image upload preview screen
8+
39
## v6.2.0
410

511
### What's changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "fr.free.nrw.commons"
2525
minSdk = 21
2626
targetSdk = 35
27-
versionCode = 1060
28-
versionName = "6.2.0"
27+
versionCode = 1061
28+
versionName = "6.2.1"
2929

3030
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)