File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2
2
gradle = " 8.14.2"
3
3
java = " 17"
4
4
kotlin = " 2.2.0"
5
- kotlin-compatibility = " 0.17 .0"
5
+ kotlin-compatibility = " 0.18 .0"
6
6
compose-multiplatform = " 1.8.2"
7
7
agp = " 8.9.3" # Android Gradle plugin
8
8
android-minSdk = " 21"
9
9
android-compileSdk = " 35"
10
10
android-targetSdk = " 35"
11
11
androidx-activityCompose = " 1.10.1"
12
12
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"
15
15
dokka = " 2.0.0"
16
16
17
17
[libraries ]
Original file line number Diff line number Diff line change 1
- import com.vanniktech.maven.publish.SonatypeHost
2
1
import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
3
2
4
3
plugins {
@@ -106,10 +105,7 @@ publishing {
106
105
mavenPublishing {
107
106
// GitHub and other Maven repos are defined above
108
107
// Should set Gradle mavenCentralUsername and mavenCentralPassword gradle properties
109
- publishToMavenCentral(
110
- host = SonatypeHost .CENTRAL_PORTAL ,
111
- automaticRelease = false
112
- )
108
+ publishToMavenCentral(automaticRelease = false )
113
109
114
110
// For information about signing.* properties, see the gradle.properties file
115
111
signAllPublications()
You can’t perform that action at this time.
0 commit comments