mirror of
https://github.com/fankes/pagecurl-multiplatform.git
synced 2025-09-06 10:45:43 +08:00
Update to compose bom 2023.01.00
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -4,15 +4,16 @@ buildscript {
|
||||
min_sdk_version = 24
|
||||
target_sdk_version = 33
|
||||
|
||||
compose_version = "1.3.0"
|
||||
compose_compiler_version = "1.3.2"
|
||||
activity = "1.6.1"
|
||||
compose_bom_version = "2023.01.00"
|
||||
compose_compiler_version = "1.4.2"
|
||||
accompanist_version = "0.28.0"
|
||||
activity_version = "1.6.1"
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id "com.android.application" version "7.3.1" apply false
|
||||
id "com.android.library" version "7.3.1" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.7.20" apply false
|
||||
id "com.android.application" version '7.4.2' apply false
|
||||
id "com.android.library" version '7.4.2' apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
|
||||
id "io.gitlab.arturbosch.detekt" version "1.21.0"
|
||||
id "com.diffplug.spotless" version "6.5.1"
|
||||
id "com.vanniktech.maven.publish" version "0.21.0"
|
||||
|
Reference in New Issue
Block a user