Bump up version code and name

This commit is contained in:
Ritika Pahwa 2025-03-16 16:18:43 +05:30
parent e1466c866b
commit 627874aaf9

View file

@ -212,10 +212,9 @@ android {
defaultConfig { defaultConfig {
//applicationId 'fr.free.nrw.commons' //applicationId 'fr.free.nrw.commons'
versionCode 1046 versionCode 1048
versionName '5.1.3' versionName '5.2.0'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"