Skip to content

Commit 6894b60

Browse files
committed
Update some libraries and adjust code
1 parent 7db60a3 commit 6894b60

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
gradle = "8.14.2"
33
java = "17"
44
kotlin = "2.2.0"
5-
kotlin-compatibility = "0.17.0"
5+
kotlin-compatibility = "0.18.0"
66
compose-multiplatform = "1.8.2"
77
agp = "8.9.3" # Android Gradle plugin
88
android-minSdk = "21"
99
android-compileSdk = "35"
1010
android-targetSdk = "35"
1111
androidx-activityCompose = "1.10.1"
1212
androidx-core-ktx = "1.16.0"
13-
androidx-appcompat = "1.7.0"
14-
maven-publish = "0.31.0"
13+
androidx-appcompat = "1.7.1"
14+
maven-publish = "0.33.0"
1515
dokka = "2.0.0"
1616

1717
[libraries]

library/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import com.vanniktech.maven.publish.SonatypeHost
21
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
32

43
plugins {
@@ -106,10 +105,7 @@ publishing {
106105
mavenPublishing {
107106
// GitHub and other Maven repos are defined above
108107
// Should set Gradle mavenCentralUsername and mavenCentralPassword gradle properties
109-
publishToMavenCentral(
110-
host = SonatypeHost.CENTRAL_PORTAL,
111-
automaticRelease = false
112-
)
108+
publishToMavenCentral(automaticRelease = false)
113109

114110
// For information about signing.* properties, see the gradle.properties file
115111
signAllPublications()

0 commit comments

Comments
 (0)