This commit is contained in:
KaasKop-
2023-12-20 19:58:30 +01:00
parent e401b3e34b
commit a1d17919e5
20 changed files with 183 additions and 178 deletions

View File

@@ -1,10 +1,10 @@
buildscript {
ext {
compose_version = '1.4.2'
compose_version = '1.5.4'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'com.android.application' version '8.1.3' apply false
id 'com.android.library' version '8.1.3' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
}