diff --git a/app/build.gradle b/app/build.gradle index 12ecdcc..7c07449 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * TimeLimit Copyright 2019 - 2024 Jonas Lochmann + * TimeLimit Copyright 2019 - 2025 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 @@ -21,6 +21,7 @@ plugins { id "androidx.navigation.safeargs.kotlin" id 'kotlin-kapt' id 'com.squareup.wire' + id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" } android { @@ -167,11 +168,11 @@ wire { dependencies { def nav_version = "2.5.3" def room_version = "2.6.1" - def work_version = '2.9.1' + def work_version = '2.10.0' def paging_version = "3.3.2" implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.21" implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.core:core:1.15.0' implementation 'androidx.cardview:cardview:1.0.0' @@ -180,8 +181,8 @@ dependencies { implementation 'androidx.compose.material:material:1.7.5' 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.7.5' - debugImplementation "androidx.compose.ui:ui-tooling:1.7.5" + implementation 'androidx.compose.material:material-icons-extended:1.7.6' + debugImplementation "androidx.compose.ui:ui-tooling:1.7.6" implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'androidx.fragment:fragment-compose:1.8.5' diff --git a/build.gradle b/build.gradle index 406bfde..27845eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * TimeLimit Copyright 2019 - 2024 Jonas Lochmann + * TimeLimit Copyright 2019 - 2025 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,9 +15,9 @@ */ plugins { - id 'com.android.application' version '8.7.2' apply false - id 'com.android.library' version '8.7.2' apply false - id 'org.jetbrains.kotlin.android' version "1.9.21" apply false + id 'com.android.application' version '8.8.0' apply false + id 'com.android.library' version '8.8.0' apply false + id 'org.jetbrains.kotlin.android' version "2.0.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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bfe49c6..04ad34c 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.9-all.zip -distributionSha256Sum=258e722ec21e955201e31447b0aed14201765a3bfbae296a46cf60b70e66db70 \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip +distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6 \ No newline at end of file