Skip to content

Commit 61e2a71

Browse files
committed
Versioning for v4.1.0
We bump the version code directly to 1034 since v4.0.4 and v4.0.5 took up the codes b/w 1029 and 1034.
1 parent 9e1752d commit 61e2a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ android {
173173
defaultConfig {
174174
//applicationId 'fr.free.nrw.commons'
175175

176-
versionCode 1029
177-
versionName '4.0.3'
176+
versionCode 1034
177+
versionName '4.1.0'
178178
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
179179

180180
minSdkVersion 29

0 commit comments

Comments
 (0)