Updates agp, activity compose, accompanist, navigation and zoomable
This commit is contained in:
+2
-1
@@ -79,7 +79,8 @@ class UserProfileMutualFeedFilter(
|
|||||||
it.event is AudioTrackEvent ||
|
it.event is AudioTrackEvent ||
|
||||||
it.event is AudioHeaderEvent ||
|
it.event is AudioHeaderEvent ||
|
||||||
it.event is TorrentEvent
|
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)
|
override fun sort(collection: Set<Note>): List<Note> = collection.sortedWith(DefaultFeedOrder)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
accompanistAdaptive = "0.37.0"
|
accompanistAdaptive = "0.37.2"
|
||||||
activityCompose = "1.10.0"
|
activityCompose = "1.10.1"
|
||||||
agp = "8.8.1"
|
agp = "8.8.2"
|
||||||
android-compileSdk = "35"
|
android-compileSdk = "35"
|
||||||
android-minSdk = "26"
|
android-minSdk = "26"
|
||||||
android-targetSdk = "35"
|
android-targetSdk = "35"
|
||||||
@@ -35,7 +35,7 @@ markdown = "077a2cde64"
|
|||||||
media3 = "1.5.1"
|
media3 = "1.5.1"
|
||||||
mockk = "1.13.16"
|
mockk = "1.13.16"
|
||||||
kotlinx-coroutines-test = "1.10.1"
|
kotlinx-coroutines-test = "1.10.1"
|
||||||
navigationCompose = "2.8.7"
|
navigationCompose = "2.8.8"
|
||||||
okhttp = "5.0.0-alpha.14"
|
okhttp = "5.0.0-alpha.14"
|
||||||
runner = "1.6.2"
|
runner = "1.6.2"
|
||||||
rfc3986 = "0.1.2"
|
rfc3986 = "0.1.2"
|
||||||
@@ -48,7 +48,7 @@ unifiedpush = "2.3.1"
|
|||||||
urlDetector = "0.1.23"
|
urlDetector = "0.1.23"
|
||||||
vico-charts = "2.0.1"
|
vico-charts = "2.0.1"
|
||||||
zelory = "3.0.1"
|
zelory = "3.0.1"
|
||||||
zoomable = "2.0.0"
|
zoomable = "2.1.0"
|
||||||
zxing = "3.5.3"
|
zxing = "3.5.3"
|
||||||
zxingAndroidEmbedded = "4.3.0"
|
zxingAndroidEmbedded = "4.3.0"
|
||||||
windowCoreAndroid = "1.3.0"
|
windowCoreAndroid = "1.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user