diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ab55660..5cde699ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Wikimedia Commons for Android +## v2.10.2 +- Fixed remaining issues with date image taken +- Fixed database crash + ## v2.10.1 - Fixed "stuck before category selection screen" bug - Fixed notification taps diff --git a/app/build.gradle b/app/build.gradle index c69ff74e4..eb65c7ba5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,8 +97,8 @@ android { defaultConfig { applicationId 'fr.free.nrw.commons' - versionCode 226 - versionName '2.10.1' + versionCode 243 + versionName '2.10.2' setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) minSdkVersion 15