Skip to content

Commit ca5c7ec

Browse files
Bump up version code to 1053
1 parent 9eff9e8 commit ca5c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "fr.free.nrw.commons"
2525
minSdk = 21
2626
targetSdk = 34
27-
versionCode = 1052
28-
versionName = "5.4.1"
27+
versionCode = 1053
28+
versionName = "5.5.0"
2929

3030
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)