Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deps #1475

Merged
merged 4 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies {
implementation("com.google.accompanist:accompanist-navigation-animation:$accompanistVersion")

// LiveData
implementation("androidx.compose.runtime:runtime-livedata:1.6.4")
implementation("androidx.compose.runtime:runtime-livedata:1.6.5")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.7.0")

Expand All @@ -139,7 +139,7 @@ dependencies {
implementation("io.coil-kt:coil-svg:2.6.0")
implementation("io.coil-kt:coil-video:2.6.0")
// Allows for proper subsampling of large images
implementation("me.saket.telephoto:zoomable-image-coil:0.8.0")
implementation("me.saket.telephoto:zoomable-image-coil:0.9.0")
// Animated dropdowns
implementation("me.saket.cascade:cascade-compose:2.3.0")

Expand All @@ -160,7 +160,7 @@ dependencies {
testImplementation("pl.pragmatists:JUnitParams:1.1.1")
androidTestImplementation("androidx.room:room-testing:2.6.1")

implementation("io.arrow-kt:arrow-core:1.2.3")
implementation("io.arrow-kt:arrow-core:1.2.4")
// Unfortunately, ui tooling, and the markdown thing, still brings in the other material2 dependencies
implementation("androidx.compose.material3:material3:1.2.1")
implementation("androidx.compose.material3:material3-window-size-class:1.2.1")
Expand All @@ -170,12 +170,12 @@ dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0")
testImplementation("androidx.arch.core:core-testing:2.2.0")

implementation("androidx.compose.ui:ui:1.6.4")
implementation("androidx.compose.ui:ui-tooling-preview:1.6.4")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.4")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.4")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.4")
implementation("androidx.compose.material:material-icons-extended:1.6.4")
implementation("androidx.compose.ui:ui:1.6.5")
implementation("androidx.compose.ui:ui-tooling-preview:1.6.5")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.5")
debugImplementation("androidx.compose.ui:ui-tooling:1.6.5")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.5")
implementation("androidx.compose.material:material-icons-extended:1.6.5")

implementation("androidx.activity:activity-compose:1.8.2")
testImplementation("junit:junit:4.13.2")
Expand All @@ -190,7 +190,7 @@ dependencies {
implementation("androidx.profileinstaller:profileinstaller:1.3.1")
baselineProfile(project(":benchmarks"))

implementation("it.vercruysse.lemmyapi:lemmy-api:0.2.10-SNAPSHOT")
implementation("it.vercruysse.lemmyapi:lemmy-api:0.2.11-SNAPSHOT")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
// Ktor uses SLF4J
implementation("org.slf4j:slf4j-api:2.0.12")
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/jerboa/datatypes/SampleData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ val sampleSite =
inbox_url = "https://lemmy.ml",
last_refreshed_at = "2023-01-01",
instance_id = 0,
public_key = "bleh",
private_key = null,
)

Expand Down