mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Compare commits
2 commits
2811b181b7
...
fcc63b9f09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcc63b9f09 | ||
|
|
a283ffe2bc |
2 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v6.0.2
|
||||||
|
|
||||||
|
### What's changed
|
||||||
|
* Addressed a bug that prevented the keyboard from appearing in various text fields, such as on the upload wizard
|
||||||
|
* Links in the "File usages" list are now clickable and will take you to the correct page.
|
||||||
|
* Titles for file usages are now clearer and easier to understand
|
||||||
|
* Bug fixes and stability improvements
|
||||||
|
|
||||||
## v6.0.1
|
## v6.0.1
|
||||||
|
|
||||||
### What's changed
|
### What's changed
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ android {
|
||||||
applicationId = "fr.free.nrw.commons"
|
applicationId = "fr.free.nrw.commons"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 1057
|
versionCode = 1058
|
||||||
versionName = "6.0.1"
|
versionName = "6.0.2"
|
||||||
|
|
||||||
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue