Bump up version code and name for the patch release (v6.0.2)

This commit is contained in:
Ritika Pahwa 2025-09-07 13:05:55 +05:30
parent 2811b181b7
commit a283ffe2bc

View file

@ -24,8 +24,8 @@ android {
applicationId = "fr.free.nrw.commons" applicationId = "fr.free.nrw.commons"
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 1057 versionCode = 1058
versionName = "6.0.1" versionName = "6.0.2"
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"