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 48e7eff commit 296b4c1Copy full SHA for 296b4c1
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "fr.free.nrw.commons"
25
minSdk = 21
26
targetSdk = 35
27
- versionCode = 1056
28
- versionName = "6.0.0"
+ versionCode = 1057
+ versionName = "6.0.1"
29
30
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
31
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments