Dependency updates to gradle and such
Basic error handling for feyenoord update api endpoints feyenoord
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user