Skip to content

Commit

Permalink
no paging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlitecture committed Jul 11, 2024
1 parent 5c9e7a6 commit 3080b76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion template/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ kotlin {
val mobileAndDesktopMain by creating {
dependsOn(commonMain.get())
dependencies {
implementation(libs.androidx.room.paging) // {dataflow.database.room}
implementation(libs.androidx.room.runtime) // {dataflow.database.room}
implementation(libs.sqlite.bundled) // {dataflow.database.sqlite}
}
Expand Down
2 changes: 0 additions & 2 deletions template/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ androidx-activity = "1.9.0"
androidx-appcompat = "1.7.0"
androidx-lifecycle = "2.8.0"
androidx-navigation = "2.7.0-alpha07"
androidx-paging = "3.3.0"
androidx-room = "2.7.0-alpha05"
androidx-splashscreen = "1.0.1"
cashapp-paging = "3.3.0-alpha02-0.5.1"
Expand All @@ -35,7 +34,6 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "androidx-paging" }
androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "androidx-room" }
androidx-room-paging = { group = "androidx.room", name = "room-paging", version.ref = "androidx-room" }
Expand Down

0 comments on commit 3080b76

Please sign in to comment.