Skip to content

Commit

Permalink
Fix initial page_cursor (#1553)
Browse files Browse the repository at this point in the history
* Fix initial page_cursor

* Smoll change
  • Loading branch information
MV-GH authored Jun 16, 2024
1 parent f3bacd8 commit 26e0510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ dependencies {
// val composeBom = platform("androidx.compose:compose-bom:2024.05.00")

val composeBom = platform("dev.chrisbanes.compose:compose-bom:2024.05.00-alpha03")
implementation(composeBom)
api(composeBom)
implementation("androidx.activity:activity-compose")
implementation("androidx.appcompat:appcompat:1.7.0")
androidTestImplementation(composeBom)
androidTestApi(composeBom)
testImplementation("androidx.arch.core:core-testing:2.2.0")

implementation("me.zhanghai.compose.preference:library:1.0.0")
Expand Down Expand Up @@ -189,7 +189,7 @@ dependencies {
implementation("androidx.profileinstaller:profileinstaller")
baselineProfile(project(":benchmarks"))

implementation("it.vercruysse.lemmyapi:lemmy-api:0.2.15-SNAPSHOT")
implementation("it.vercruysse.lemmyapi:lemmy-api:0.2.16-SNAPSHOT")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

// For custom logging plugin
Expand Down

0 comments on commit 26e0510

Please sign in to comment.