Fix crash on startup by bumping up Room database version

This commit is contained in:
Ritika Pahwa 2025-05-24 13:04:35 +05:30
parent 21ffcb56fd
commit 68b2b5fd55
2 changed files with 3 additions and 3 deletions

View file

@ -213,8 +213,8 @@ android {
defaultConfig {
//applicationId 'fr.free.nrw.commons'
versionCode 1051
versionName '5.4.0'
versionCode 1052
versionName '5.4.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 21