mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-05 10:15:24 +08:00
chore: bump dependencies
This commit is contained in:
@@ -11,10 +11,10 @@ repositories:
|
||||
plugins:
|
||||
org.jetbrains.kotlin.multiplatform:
|
||||
alias: kotlin-multiplatform
|
||||
version: 1.9.10
|
||||
version: +
|
||||
org.jetbrains.compose:
|
||||
alias: jetbrains-compose
|
||||
version: 1.5.3
|
||||
version: +
|
||||
com.android.application:
|
||||
alias: android-application
|
||||
version: +
|
||||
|
@@ -7,8 +7,8 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.2"
|
||||
id("com.highcapable.sweetproperty") version "1.0.3"
|
||||
id("com.highcapable.sweetdependency") version "1.0.3"
|
||||
id("com.highcapable.sweetproperty") version "1.0.4"
|
||||
}
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
|
Reference in New Issue
Block a user