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 8e3b54f commit b848446Copy full SHA for b848446
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Wikimedia Commons for Android
2
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
9
## v6.2.0
10
11
### What's changed
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "fr.free.nrw.commons"
25
minSdk = 21
26
targetSdk = 35
27
- versionCode = 1060
28
- versionName = "6.2.0"
+ versionCode = 1061
+ versionName = "6.2.1"
29
30
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
31
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments