Skip to content

Commit b2acaa3

Browse files
authored
feat: bump org.fossify.commons to 5.7.0 (#578)
* feat: bump org.fossify.commons to 5.6.0 * fix: apply system insets to floating action button * feat: bump org.fossify.commons to 5.7.0
1 parent 4a45681 commit b2acaa3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
android:layout_height="wrap_content"
143143
android:layout_gravity="bottom|end"
144144
android:layout_margin="@dimen/activity_margin"
145-
android:src="@drawable/ic_plus_vector" />
145+
android:src="@drawable/ic_plus_vector"
146+
app:applyWindowInsets="true" />
146147

147148
</androidx.coordinatorlayout.widget.CoordinatorLayout>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ eventbus = "3.3.1"
1717
#Room
1818
room = "2.8.2"
1919
#Fossify
20-
commons = "5.5.0"
20+
commons = "5.7.0"
2121
mmslib = "1.0.0"
2222
indicator-fast-scroll = "4524cd0b61"
2323
#Gradle

0 commit comments

Comments
 (0)