Skip to content

Commit

Permalink
Bump dependencies (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored Jun 25, 2023
1 parent 59d50b9 commit 72bd17f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,25 @@ dependencies {
implementation("io.coil-kt:coil-gif:2.4.0")

// To use Kotlin annotation processing tool
ksp("androidx.room:room-compiler:2.5.1")
ksp("androidx.room:room-compiler:2.5.2")

implementation("androidx.room:room-runtime:2.5.1")
annotationProcessor("androidx.room:room-compiler:2.5.1")
implementation("androidx.room:room-runtime:2.5.2")
annotationProcessor("androidx.room:room-compiler:2.5.2")

// optional - Kotlin Extensions and Coroutines support for Room
implementation("androidx.room:room-ktx:2.5.1")
implementation("androidx.room:room-ktx:2.5.2")

// optional - Test helpers
testImplementation("androidx.room:room-testing:2.5.1")
testImplementation("androidx.room:room-testing:2.5.2")
testImplementation("pl.pragmatists:JUnitParams:1.1.1")

// optional - Paging 3 Integration
implementation("androidx.room:room-paging:2.5.1")
implementation("androidx.room:room-paging:2.5.2")

implementation("io.arrow-kt:arrow-core:1.1.5")
// Unfortunately, ui tooling, and the markdown thing, still brings in the other material2 dependencies
implementation("androidx.compose.material3:material3:1.1.0")
implementation("androidx.compose.material3:material3-window-size-class:1.1.0")
implementation("androidx.compose.material3:material3:1.1.1")
implementation("androidx.compose.material3:material3-window-size-class:1.1.1")
implementation("androidx.compose.material:material-icons-extended:1.4.3")
implementation("org.ocpsoft.prettytime:prettytime:5.0.6.Final")
implementation("io.coil-kt:coil-compose:2.4.0")
Expand Down
1 change: 1 addition & 0 deletions benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@file:Suppress("UnstableApiUsage")
import com.android.build.api.dsl.ManagedVirtualDevice

plugins {
Expand Down

0 comments on commit 72bd17f

Please sign in to comment.