Compare commits
4 Commits
e3105a920b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e65475aca7 | |||
| 1ae85ab23c | |||
|
|
2eb83d6e3d | ||
|
|
fbebc001f6 |
@@ -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.3.10'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.10'
|
||||||
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.10'
|
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20'
|
||||||
id 'com.mikepenz.aboutlibraries.plugin' version '13.2.1'
|
id 'com.mikepenz.aboutlibraries.plugin' version '13.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '9.1.0' apply false
|
id 'com.android.application' version '9.1.0' apply false
|
||||||
id 'com.android.library' version '9.1.0' apply false
|
id 'com.android.library' version '9.1.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.3.10' apply false
|
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user