Dependency updates to gradle and such

Basic error handling for feyenoord

update api endpoints feyenoord
This commit is contained in:
KaasKop
2026-01-25 17:47:32 +01:00
parent bc08cac918
commit fb2321f68f
25 changed files with 215 additions and 80 deletions

View File

@@ -1,10 +1,12 @@
buildscript {
ext {
compose_version = '1.3.3'
compose_version = '1.9.5'
lifecycle_version = "2.10.0"
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21' apply false
}