Skip to content

Commit

Permalink
Update app-level dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jul 1, 2024
1 parent a704a5e commit 8e65f29
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,24 @@ android {


dependencies {

implementation("androidx.compose.material3:material3-window-size-class-android:1.2.1")
val sqldelightVersion = libs.versions.sqldelight.get()
val pagingVersion = libs.versions.androidx.paging.get()

implementation("androidx.activity:activity-compose:1.9.0")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.material3.adaptive:adaptive:1.0.0-alpha11")
implementation("androidx.compose.material3.adaptive:adaptive-layout:1.0.0-alpha11")
implementation("androidx.compose.material3.adaptive:adaptive-navigation:1.0.0-alpha11")
implementation("androidx.compose.material3.adaptive:adaptive:1.0.0-beta04")
implementation("androidx.compose.material3.adaptive:adaptive-layout:1.0.0-beta04")
implementation("androidx.compose.material3.adaptive:adaptive-navigation:1.0.0-beta04")
implementation("androidx.security:security-crypto:1.1.0-alpha06")
implementation("androidx.browser:browser:1.8.0")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.2")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.3")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.3")
implementation("androidx.navigation:navigation-compose:2.7.7")
implementation("androidx.paging:paging-compose:3.3.0")
implementation("androidx.paging:paging-runtime-ktx:$pagingVersion")
Expand All @@ -109,18 +108,18 @@ dependencies {
implementation("io.insert-koin:koin-androidx-compose")
implementation("io.insert-koin:koin-androidx-workmanager")
implementation("io.insert-koin:koin-core")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1")
implementation(libs.androidx.preferences)
implementation(libs.kotlinx.coroutines.core)
implementation(libs.kotlinx.serialization.json)
implementation(libs.okhttp.client)
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation(platform("io.insert-koin:koin-bom:3.5.1"))
implementation(project(":capy"))
implementation("com.google.firebase:firebase-crashlytics:19.0.1")
implementation("com.google.firebase:firebase-crashlytics:19.0.2")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
debugImplementation("androidx.compose.ui:ui-tooling")
Expand Down

0 comments on commit 8e65f29

Please sign in to comment.