Compare commits
4 Commits
4510ff6f57
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 695f748be5 | |||
|
|
c85e9b6dfa | ||
| 283fa26763 | |||
|
|
cc1272f297 |
@@ -13,7 +13,7 @@ def getCommitCount() {
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application'
|
id 'com.android.application'
|
||||||
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.21'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.0'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ plugins {
|
|||||||
id 'com.android.application' version '9.2.1' apply false
|
id 'com.android.application' version '9.2.1' apply false
|
||||||
id 'com.android.library' 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 '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