Skip to content

Commit 0a90cce

Browse files
authored
feat: bump org.fossify.commons to 5.7.0 (#245)
* 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 26e8d89 commit 0a90cce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
android:layout_height="wrap_content"
102102
android:layout_gravity="bottom|end"
103103
android:layout_margin="@dimen/activity_margin"
104-
android:src="@drawable/ic_plus_vector" />
104+
android:src="@drawable/ic_plus_vector"
105+
app:applyWindowInsets="true" />
105106

106107
</androidx.coordinatorlayout.widget.CoordinatorLayout>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ androidx-documentfile = "1.1.0"
1313
#Room
1414
room = "2.8.2"
1515
#Fossify
16-
commons = "5.5.0"
16+
commons = "5.7.0"
1717
#Gradle
1818
gradlePlugins-agp = "8.11.1"
1919
#build

0 commit comments

Comments
 (0)