Skip to content

Commit 296b4c1

Browse files
Bump up version code and name for the patch release (v6.0.1)
1 parent 48e7eff commit 296b4c1

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 = 35
27-
versionCode = 1056
28-
versionName = "6.0.0"
27+
versionCode = 1057
28+
versionName = "6.0.1"
2929

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

0 commit comments

Comments
 (0)