Merge branch 'main' into feat/suggest-categories-from-p18

This commit is contained in:
Tanmay Gupta 2025-01-15 22:59:45 +05:30 committed by GitHub
commit 46624da622
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 88 additions and 4 deletions

View file

@ -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

View file

@ -262,4 +262,4 @@
android:required="false" />
</application>
</manifest>
</manifest>

View file

@ -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"