Compare commits
2 Commits
7eb913af9d
...
542fc9b01f
Author | SHA1 | Date | |
---|---|---|---|
|
542fc9b01f | ||
|
0e436cb1fc |
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
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.1.0'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.1.10'
|
||||||
id 'com.mikepenz.aboutlibraries.plugin' version '11.5.0'
|
id 'com.mikepenz.aboutlibraries.plugin' version '11.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.8.0' apply false
|
id 'com.android.application' version '8.8.0' apply false
|
||||||
id 'com.android.library' version '8.8.0' apply false
|
id 'com.android.library' version '8.8.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
|
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user