Update buildtools and dependencies

This commit is contained in:
Jonas Lochmann 2025-01-13 01:00:00 +01:00
parent bd88da38d2
commit 73a82f3cf8
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/* /*
* TimeLimit Copyright <C> 2019 - 2024 Jonas Lochmann * TimeLimit Copyright <C> 2019 - 2025 Jonas Lochmann
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -21,6 +21,7 @@ plugins {
id "androidx.navigation.safeargs.kotlin" id "androidx.navigation.safeargs.kotlin"
id 'kotlin-kapt' id 'kotlin-kapt'
id 'com.squareup.wire' id 'com.squareup.wire'
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21"
} }
android { android {
@ -167,11 +168,11 @@ wire {
dependencies { dependencies {
def nav_version = "2.5.3" def nav_version = "2.5.3"
def room_version = "2.6.1" def room_version = "2.6.1"
def work_version = '2.9.1' def work_version = '2.10.0'
def paging_version = "3.3.2" def paging_version = "3.3.2"
implementation fileTree(dir: 'libs', include: ['*.jar']) 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.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core:1.15.0' implementation 'androidx.core:core:1.15.0'
implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'
@ -180,8 +181,8 @@ dependencies {
implementation 'androidx.compose.material:material:1.7.5' implementation 'androidx.compose.material:material:1.7.5'
implementation 'androidx.activity:activity-compose:1.9.3' implementation 'androidx.activity:activity-compose:1.9.3'
implementation "com.google.accompanist:accompanist-flowlayout:0.30.0" implementation "com.google.accompanist:accompanist-flowlayout:0.30.0"
implementation 'androidx.compose.material:material-icons-extended:1.7.5' implementation 'androidx.compose.material:material-icons-extended:1.7.6'
debugImplementation "androidx.compose.ui:ui-tooling:1.7.5" debugImplementation "androidx.compose.ui:ui-tooling:1.7.6"
implementation 'androidx.fragment:fragment-ktx:1.8.5' implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.fragment:fragment-compose:1.8.5' implementation 'androidx.fragment:fragment-compose:1.8.5'

View file

@ -1,5 +1,5 @@
/* /*
* TimeLimit Copyright <C> 2019 - 2024 Jonas Lochmann * TimeLimit Copyright <C> 2019 - 2025 Jonas Lochmann
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -15,9 +15,9 @@
*/ */
plugins { plugins {
id 'com.android.application' version '8.7.2' apply false id 'com.android.application' version '8.8.0' apply false
id 'com.android.library' version '8.7.2' apply false id 'com.android.library' version '8.8.0' apply false
id 'org.jetbrains.kotlin.android' version "1.9.21" 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 'com.google.devtools.ksp' version '1.9.21-1.0.16' apply false
id 'androidx.navigation.safeargs' version '2.6.0' apply false id 'androidx.navigation.safeargs' version '2.6.0' apply false
id 'com.squareup.wire' version '4.4.3' apply false id 'com.squareup.wire' version '4.4.3' apply false

View file

@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionSha256Sum=258e722ec21e955201e31447b0aed14201765a3bfbae296a46cf60b70e66db70 distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6