From fb479083bfb41d618689319fc22070fdd4ec43be Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 10 Apr 2023 02:00:00 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 768f9ea..111a6f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -164,22 +164,22 @@ wire { dependencies { def nav_version = "2.5.3" - def room_version = "2.5.0" - def work_version = '2.8.0' + def room_version = "2.5.1" + def work_version = '2.8.1' def paging_version = "3.1.1" implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core:1.9.0' + implementation 'androidx.core:core:1.10.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation "com.google.android.material:material:1.8.0" - implementation 'androidx.compose.material:material:1.3.1' - implementation 'androidx.activity:activity-compose:1.6.1' + implementation 'androidx.compose.material:material:1.4.1' + implementation 'androidx.activity:activity-compose:1.7.0' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.3.1' - implementation 'androidx.fragment:fragment-ktx:1.5.5' + implementation 'androidx.compose.material:material-icons-extended:1.4.1' + implementation 'androidx.fragment:fragment-ktx:1.5.6' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" @@ -215,7 +215,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:5.1.0" + googleApiImplementation "com.android.billingclient:billing-ktx:5.2.0" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'