From eb680a4f421929b7d223c050ccdab2878bb67fb8 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 29 Jul 2024 02:00:00 +0200 Subject: [PATCH] Update buildtools --- app/build.gradle | 4 ++-- build.gradle | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6442b6a..fe6115e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -155,7 +155,7 @@ android { } composeOptions { - kotlinCompilerExtensionVersion = "1.5.5" + kotlinCompilerExtensionVersion = "1.5.7" } } @@ -170,7 +170,7 @@ dependencies { def paging_version = "3.3.0" implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21" implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.core:core:1.13.1' implementation 'androidx.cardview:cardview:1.0.0' diff --git a/build.gradle b/build.gradle index 74ade34..703c8bc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * TimeLimit Copyright 2019 - 2023 Jonas Lochmann + * TimeLimit Copyright 2019 - 2024 Jonas Lochmann * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,10 +15,10 @@ */ plugins { - id 'com.android.application' version '8.5.0' apply false - id 'com.android.library' version '8.5.0' apply false - id 'org.jetbrains.kotlin.android' version "1.9.20" apply false - id 'com.google.devtools.ksp' version '1.8.21-1.0.11' apply false + id 'com.android.application' version '8.5.1' apply false + id 'com.android.library' version '8.5.1' apply false + id 'org.jetbrains.kotlin.android' version "1.9.21" apply false + id 'com.google.devtools.ksp' version '1.9.21-1.0.16' apply false id 'androidx.navigation.safeargs' version '2.6.0' apply false id 'com.squareup.wire' version '4.4.3' apply false } \ No newline at end of file