mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Fix crash on startup by bumping up Room database version
This commit is contained in:
parent
21ffcb56fd
commit
68b2b5fd55
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue