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 da69402 commit 11e3e37Copy full SHA for 11e3e37
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "fr.free.nrw.commons"
25
minSdk = 21
26
targetSdk = 34
27
- versionCode = 1053
28
- versionName = "5.5.0"
+ versionCode = 1054
+ versionName = "5.6.0"
29
30
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
31
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments