We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532bd8b commit b2816e1Copy full SHA for b2816e1
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "fr.free.nrw.commons"
25
minSdk = 21
26
targetSdk = 34
27
- versionCode = 1054
28
- versionName = "5.6.0"
+ versionCode = 1055
+ versionName = "5.6.1"
29
30
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
31
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments