Files
Thuis_app/build.gradle
KaasKop fb2321f68f Dependency updates to gradle and such
Basic error handling for feyenoord

update api endpoints feyenoord
2026-01-25 17:47:32 +01:00

12 lines
474 B
Groovy

buildscript {
ext {
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.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
}