From 6a4b4505bb61a03ee5dbe1abd2ae5e4c54d324ab Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 14 Oct 2024 02:00:00 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5994748..27898e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -167,8 +167,8 @@ wire { dependencies { def nav_version = "2.5.3" def room_version = "2.6.1" - def work_version = '2.9.0' - def paging_version = "3.3.1" + def work_version = '2.9.1' + def paging_version = "3.3.2" implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21" @@ -177,12 +177,12 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "com.google.android.material:material:1.12.0" - implementation 'androidx.compose.material:material:1.6.8' - implementation 'androidx.activity:activity-compose:1.9.1' + implementation 'androidx.compose.material:material:1.7.4' + implementation 'androidx.activity:activity-compose:1.9.3' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.6.8' - debugImplementation "androidx.compose.ui:ui-tooling:1.6.8" - implementation 'androidx.fragment:fragment-ktx:1.8.2' + implementation 'androidx.compose.material:material-icons-extended:1.7.4' + debugImplementation "androidx.compose.ui:ui-tooling:1.7.4" + implementation 'androidx.fragment:fragment-ktx:1.8.4' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" @@ -203,7 +203,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:runner:1.6.1' + androidTestImplementation 'androidx.test:runner:1.6.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'org.mindrot:jbcrypt:0.4' @@ -216,7 +216,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3' implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3' - googleApiImplementation "com.android.billingclient:billing-ktx:7.0.0" + googleApiImplementation "com.android.billingclient:billing-ktx:7.1.1" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'