diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd325813..fc22a2b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ddbbb4984..d85460c45 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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"