Skip to content

Commit eedf5d0

Browse files
Bumped up version code and added changelog for v6.4.0 release
1 parent b47523a commit eedf5d0

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v6.4.0
4+
5+
### What's changed
6+
* Users can now crop their images during the upload process without leaving the app
7+
* Bug fixes and stability improvements
8+
9+
**Full Changelog**: https://github.com/commons-app/apps-android-commons/compare/v6.3.0...v6.4.0
10+
311
## v6.3.0
412

513
### What's changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "fr.free.nrw.commons"
2626
minSdk = 21
2727
targetSdk = 35
28-
versionCode = 1062
29-
versionName = "6.3.0"
28+
versionCode = 1063
29+
versionName = "6.4.0"
3030

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

0 commit comments

Comments
 (0)