mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-07 19:14:04 +08:00
Update compose to 2023.08.00
This commit is contained in:
34
gradle/libs.versions.toml
Normal file
34
gradle/libs.versions.toml
Normal file
@@ -0,0 +1,34 @@
|
||||
[versions]
|
||||
sdk-compile = "34"
|
||||
sdk-min = "21"
|
||||
sdk-target = "33"
|
||||
|
||||
compose-bom = "2023.08.00"
|
||||
compose-compiler = "1.5.3"
|
||||
activity-compose = "1.8.0-beta01"
|
||||
paging = "3.2.1"
|
||||
|
||||
plugin-android-gradle = "8.1.1"
|
||||
plugin-kotlin = "1.9.10"
|
||||
plugin-detekt = "1.21.0"
|
||||
plugin-spotless = "6.5.1"
|
||||
plugin-mavenpublish = "0.25.3"
|
||||
|
||||
java-toolchain = "17"
|
||||
|
||||
[libraries]
|
||||
compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
|
||||
compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
compose-ui = { module = "androidx.compose.ui:ui" }
|
||||
androidx-activitycompose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
|
||||
androidx-pagingruntime = { module = "androidx.paging:paging-runtime", version.ref = "paging" }
|
||||
androidx-pagingcompose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "plugin-android-gradle" }
|
||||
android-library = { id = "com.android.library", version.ref = "plugin-android-gradle" }
|
||||
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "plugin-kotlin" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "plugin-detekt" }
|
||||
spotless = { id = "com.diffplug.spotless", version.ref = "plugin-spotless" }
|
||||
mavenpublish = { id = "com.vanniktech.maven.publish", version.ref = "plugin-mavenpublish" }
|
Reference in New Issue
Block a user