From aea80b719522aeaa3fc1220b76debb16069f98a7 Mon Sep 17 00:00:00 2001 From: Henrik Klev Date: Thu, 10 Oct 2024 10:53:48 +0200 Subject: [PATCH] Updated dependencies --- app/build.gradle.kts | 18 +++++++++--------- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bf891a1..75038d8 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,8 +1,8 @@ plugins { id("com.android.application") id("org.jetbrains.kotlin.android") - id("org.jetbrains.kotlin.plugin.compose") version "2.0.0" - kotlin("plugin.serialization") version "2.0.0" + id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" + kotlin("plugin.serialization") version "2.0.20" } android { @@ -31,17 +31,17 @@ android { } } compileOptions { - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } kotlinOptions { - jvmTarget = "11" + jvmTarget = "17" } buildFeatures { compose = true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.1" + kotlinCompilerExtensionVersion = "1.5.15" } packaging { resources { @@ -53,10 +53,10 @@ android { dependencies { androidTestImplementation("androidx.compose.ui:ui-test-junit4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1") - androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.02")) + androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.03")) debugImplementation("androidx.compose.ui:ui-test-manifest") debugImplementation("androidx.compose.ui:ui-tooling") @@ -68,7 +68,7 @@ dependencies { implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") - implementation(platform("androidx.compose:compose-bom:2024.09.02")) + implementation(platform("androidx.compose:compose-bom:2024.09.03")) implementation("com.github.skydoves:cloudy:0.1.2") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") diff --git a/build.gradle.kts b/build.gradle.kts index 581d3dc..4fb18cf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ plugins { - id("com.android.application") version "8.6.0" apply false + id("com.android.application") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false - id("org.jlleitschuh.gradle.ktlint") version "12.1.0" + id("org.jlleitschuh.gradle.ktlint") version "12.1.1" } subprojects { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8f02a56..b71383f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Feb 28 09:03:12 CET 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists