Compare commits
5 Commits
6453e56e18
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 140ef2cb64 | |||
| 55b730f73e | |||
|
|
41d6ba0e87 | ||
|
|
8124ff0f55 | ||
| 0c862b4756 |
@@ -2,7 +2,7 @@ plugins {
|
|||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.android'
|
id 'org.jetbrains.kotlin.android'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ buildscript {
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.13.2' apply false
|
id 'com.android.application' version '8.13.2' apply false
|
||||||
id 'com.android.library' 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.android' version '2.3.0' apply false
|
||||||
id 'com.autonomousapps.dependency-analysis' version '3.5.1' apply true
|
id 'com.autonomousapps.dependency-analysis' version '3.5.1' apply true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user