mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-01 23:33:54 +01:00
Merge branch 'main' into feat/suggest-categories-from-p18
This commit is contained in:
commit
46624da622
4 changed files with 88 additions and 4 deletions
|
|
@ -212,8 +212,8 @@ android {
|
|||
defaultConfig {
|
||||
//applicationId 'fr.free.nrw.commons'
|
||||
|
||||
versionCode 1040
|
||||
versionName '5.0.2'
|
||||
versionCode 1043
|
||||
versionName '5.1.2'
|
||||
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
|
||||
|
||||
minSdkVersion 21
|
||||
|
|
|
|||
|
|
@ -262,4 +262,4 @@
|
|||
android:required="false" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
android:fillViewport="true"
|
||||
tools:ignore="ContentDescription" >
|
||||
|
||||
<!-- TODO Add ContentDescription For ALL Images Added ignore to suppress Lints -->
|
||||
<!-- TODO Add ContentDescription For ALL Images Added ignore to suppress Lints -->
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/layout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue