Compare commits
2 Commits
de083be626
...
845c9fff64
Author | SHA1 | Date | |
---|---|---|---|
|
845c9fff64 | ||
|
38bdf51606 |
@ -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 '1.9.22'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.23'
|
||||||
id 'com.mikepenz.aboutlibraries.plugin' version '11.1.0'
|
id 'com.mikepenz.aboutlibraries.plugin' version '11.1.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.3.0' apply false
|
id 'com.android.application' version '8.3.0' apply false
|
||||||
id 'com.android.library' version '8.3.0' apply false
|
id 'com.android.library' version '8.3.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user