Compare commits
6 Commits
155595eca1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 695f748be5 | |||
|
|
c85e9b6dfa | ||
| 283fa26763 | |||
|
|
cc1272f297 | ||
| 4510ff6f57 | |||
|
|
25c6456bff |
@@ -13,8 +13,8 @@ def getCommitCount() {
|
||||
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.21'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.0'
|
||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
@@ -10,5 +10,5 @@ plugins {
|
||||
id 'com.android.application' version '9.2.1' apply false
|
||||
id 'com.android.library' version '9.2.1' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.4.0' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.14.1' apply true
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.15.0' apply true
|
||||
}
|
||||
Reference in New Issue
Block a user