Compare commits
8 Commits
2154b74413
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 695f748be5 | |||
|
|
c85e9b6dfa | ||
| 283fa26763 | |||
|
|
cc1272f297 | ||
| 4510ff6f57 | |||
| 155595eca1 | |||
|
|
25c6456bff | ||
|
|
c153710f3d |
@@ -13,8 +13,8 @@ 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.3.21'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ buildscript {
|
|||||||
plugins {
|
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.3.21' 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