|
@@ -1,9 +1,9 @@
|
|
|
buildscript {
|
|
buildscript {
|
|
|
ext {
|
|
ext {
|
|
|
- androidPluginVersion = '8.1.0'
|
|
|
|
|
- kotlinVersion = '1.9.0'
|
|
|
|
|
- composeCompilerVersion = '1.5.1'
|
|
|
|
|
- composeMaterialVersion = '1.5.0'
|
|
|
|
|
|
|
+ androidPluginVersion = '8.1.1'
|
|
|
|
|
+ kotlinVersion = '1.9.10'
|
|
|
|
|
+ composeCompilerVersion = '1.5.3'
|
|
|
|
|
+ composeMaterialVersion = '1.5.1'
|
|
|
roomVersion = '2.5.2'
|
|
roomVersion = '2.5.2'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -14,7 +14,7 @@ plugins {
|
|
|
// TODO: 1202468796234411
|
|
// TODO: 1202468796234411
|
|
|
// id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
|
|
// id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
|
|
|
id 'com.google.devtools.ksp' version "$kotlinVersion-1.0.13" apply false
|
|
id 'com.google.devtools.ksp' version "$kotlinVersion-1.0.13" apply false
|
|
|
- id 'org.sirekanyan.version-checker' version "1.0.7" apply false
|
|
|
|
|
|
|
+ id 'org.sirekanyan.version-checker' version "1.0.9" apply false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
task clean(type: Delete) {
|
|
task clean(type: Delete) {
|