mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge branch 'main' into fix/infinite-progress-bar
This commit is contained in:
commit
7d374ceb07
65 changed files with 618 additions and 233 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue