From cdaec34f80993d9581c8ffe70c56c7c8f4795976 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 11 Dec 2023 01:00:00 +0100 Subject: [PATCH] Update buildtools and dependencies --- app/build.gradle | 26 ++++++++++++------------ build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3d9d385..b776e28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -155,7 +155,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.4.7" + kotlinCompilerExtensionVersion = "1.5.1" } } @@ -165,23 +165,23 @@ wire { dependencies { def nav_version = "2.5.3" - def room_version = "2.5.2" - def work_version = '2.8.1' + def room_version = "2.6.1" + def work_version = '2.9.0' def paging_version = "3.2.1" implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0" implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core:1.12.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' - implementation "com.google.android.material:material:1.9.0" - implementation 'androidx.compose.material:material:1.5.1' - implementation 'androidx.activity:activity-compose:1.7.2' + implementation "com.google.android.material:material:1.10.0" + implementation 'androidx.compose.material:material:1.5.4' + implementation 'androidx.activity:activity-compose:1.8.1' implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" - implementation 'androidx.compose.material:material-icons-extended:1.5.1' - debugImplementation "androidx.compose.ui:ui-tooling:1.5.1" - implementation 'androidx.fragment:fragment-ktx:1.6.1' + implementation 'androidx.compose.material:material-icons-extended:1.5.4' + debugImplementation "androidx.compose.ui:ui-tooling:1.5.4" + implementation 'androidx.fragment:fragment-ktx:1.6.2' implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" @@ -198,8 +198,8 @@ dependencies { implementation "androidx.work:work-runtime-ktx:$work_version" // androidTestImplementation "android.arch.work:work-testing:$work_version" - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.5.2' @@ -217,7 +217,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:6.0.1" + googleApiImplementation "com.android.billingclient:billing-ktx:6.1.0" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json' diff --git a/build.gradle b/build.gradle index 03a94b5..670b4da 100644 --- a/build.gradle +++ b/build.gradle @@ -15,9 +15,9 @@ */ plugins { - id 'com.android.application' version '8.1.1' apply false - id 'com.android.library' version '8.1.1' apply false - id 'org.jetbrains.kotlin.android' version "1.8.20" apply false + id 'com.android.application' version '8.2.0' apply false + id 'com.android.library' version '8.2.0' apply false + id 'org.jetbrains.kotlin.android' version "1.9.0" apply false id 'com.google.devtools.ksp' version '1.8.21-1.0.11' apply false id 'androidx.navigation.safeargs' version '2.6.0' apply false id 'com.squareup.wire' version '4.4.3' apply false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4d494d2..89d694c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip -distributionSha256Sum=f30b29580fe11719087d698da23f3b0f0d04031d8995f7dd8275a31f7674dc01 \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip +distributionSha256Sum=5022b0b25fe182b0e50867e77f484501dba44feeea88f5c1f13b6b4660463640 \ No newline at end of file