Skip to content

Commit

Permalink
Expose concurrent futures
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 13, 2024
1 parent 8f38357 commit f0b1939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dpadrecyclerview-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ android {

dependencies {
api project(':dpadrecyclerview')
api libs.androidx.concurrent.futures
implementation libs.androidx.appcompat
implementation libs.androidx.recyclerview
implementation libs.androidx.customview.poolingcontainer
implementation libs.androidx.compose.ui
implementation libs.listenablefuture

// Test dependencies
debugImplementation libs.androidx.test.compose.ui.manifest
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
android-gradle-plugin = "8.3.0"
androidx-appcompat = "1.6.1"
androidx-collection = "1.4.0"
androidx-concurrent-futures = "1.1.0"
androidx-compose-compiler = "1.5.10"
androidx-compose-material3 = '1.2.1'
androidx-compose-ui = "1.6.3"
Expand Down Expand Up @@ -53,6 +54,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3-an
androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "androidx-compose-ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose-ui" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-compose-ui" }
androidx-concurrent-futures = { module = "androidx.concurrent:concurrent-futures", version.ref = "androidx-concurrent-futures" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
androidx-customview = { module = "androidx.customview:customview", version.ref = "androidx-customview" }
androidx-customview-poolingcontainer = { module = "androidx.customview:customview-poolingcontainer", version.ref = "androidx-poolingcontainer" }
Expand Down

0 comments on commit f0b1939

Please sign in to comment.