We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47523a commit eedf5d0Copy full SHA for eedf5d0
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Wikimedia Commons for Android
2
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
11
## v6.3.0
12
13
### What's changed
app/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
applicationId = "fr.free.nrw.commons"
26
minSdk = 21
27
targetSdk = 35
28
- versionCode = 1062
29
- versionName = "6.3.0"
+ versionCode = 1063
+ versionName = "6.4.0"
30
31
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
32
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments