Merge branch 'main' into fix/infinite-progress-bar

This commit is contained in:
Nicolas Raoul 2025-06-22 22:50:24 +09:00 committed by GitHub
commit 7d374ceb07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 618 additions and 233 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId = "fr.free.nrw.commons"
minSdk = 21
targetSdk = 34
versionCode = 1043
versionName = "5.1.2"
versionCode = 1053
versionName = "5.5.0"
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -443,4 +443,4 @@ fun getBranchName(): String? {
} catch (e: Exception) {
null
}
}
}