Compare commits

..

No commits in common. "9ba702eaa9aa413a080e1860967b47103a19be5e" and "48e7effd0ab7ddaeb77ed0d88fdc8f8105b43791" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -1,12 +1,5 @@
# Wikimedia Commons for Android
## v6.0.1
### What's changed
* The app now supports Android 15 with an improved user interface
* Enhanced Nearby with robust and more reliable labels
* Bug fixes and stability improvements
## v5.6.1
### What's changed

View file

@ -24,8 +24,8 @@ android {
applicationId = "fr.free.nrw.commons"
minSdk = 21
targetSdk = 35
versionCode = 1057
versionName = "6.0.1"
versionCode = 1056
versionName = "6.0.0"
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"