mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Updates agp, activity compose, accompanist, navigation and zoomable
This commit is contained in:
parent
f5ac8faa45
commit
8f0879b8e5
@ -79,7 +79,8 @@ class UserProfileMutualFeedFilter(
|
||||
it.event is AudioTrackEvent ||
|
||||
it.event is AudioHeaderEvent ||
|
||||
it.event is TorrentEvent
|
||||
) && it.event?.isTaggedUser(user.pubkeyHex) == true
|
||||
) &&
|
||||
it.event?.isTaggedUser(user.pubkeyHex) == true
|
||||
|
||||
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
accompanistAdaptive = "0.37.0"
|
||||
activityCompose = "1.10.0"
|
||||
agp = "8.8.1"
|
||||
accompanistAdaptive = "0.37.2"
|
||||
activityCompose = "1.10.1"
|
||||
agp = "8.8.2"
|
||||
android-compileSdk = "35"
|
||||
android-minSdk = "26"
|
||||
android-targetSdk = "35"
|
||||
@ -35,7 +35,7 @@ markdown = "077a2cde64"
|
||||
media3 = "1.5.1"
|
||||
mockk = "1.13.16"
|
||||
kotlinx-coroutines-test = "1.10.1"
|
||||
navigationCompose = "2.8.7"
|
||||
navigationCompose = "2.8.8"
|
||||
okhttp = "5.0.0-alpha.14"
|
||||
runner = "1.6.2"
|
||||
rfc3986 = "0.1.2"
|
||||
@ -48,7 +48,7 @@ unifiedpush = "2.3.1"
|
||||
urlDetector = "0.1.23"
|
||||
vico-charts = "2.0.1"
|
||||
zelory = "3.0.1"
|
||||
zoomable = "2.0.0"
|
||||
zoomable = "2.1.0"
|
||||
zxing = "3.5.3"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
windowCoreAndroid = "1.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user