File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ import java.util.Base64
2+ import java.util.Properties
3+
14plugins {
25 alias(libs.plugins.android.library)
36 alias(libs.plugins.kotlin.android)
47 alias(libs.plugins.ksp)
58 alias(libs.plugins.hilt)
69 alias(libs.plugins.compose.compiler)
7- id(" com.vanniktech.maven.publish" ) version " 0.28 .0"
10+ id(" com.vanniktech.maven.publish" ) version " 0.36 .0"
811}
912
1013android {
@@ -84,7 +87,7 @@ val publishVersion = "1.0.0"
8487
8588mavenPublishing {
8689 // Configure which Sonatype instance to use
87- publishToMavenCentral(" CENTRAL_PORTAL " )
90+ publishToMavenCentral(true )
8891
8992 // Enable GPG signing for all publications
9093 signAllPublications()
@@ -97,7 +100,7 @@ mavenPublishing {
97100 name.set(" DittoChat" )
98101 description.set(" A chat library for Ditto applications" )
99102 inceptionYear.set(" 2025" )
100- url.set(" https://github.com/ditto /dittochat/" )
103+ url.set(" https://github.com/getditto /dittochat/" )
101104
102105 scm {
103106 url.set(" https://github.com/getditto/DittoChat/" )
You can’t perform that action at this time.
0 commit comments