Skip to content

Commit

Permalink
Merge branch 'hotfix/5.223.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Jan 8, 2025
2 parents 77cc776 + e547474 commit 0c100be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/version/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=5.223.0
VERSION=5.223.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/logins"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="0dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/topDivider" />
Expand Down

0 comments on commit 0c100be

Please sign in to comment.