update dependencies and try to use new publishing

This commit is contained in:
2025-05-13 23:41:27 +06:00
parent 3de324519b
commit 9d04d49628
4 changed files with 8 additions and 8 deletions

View File

@@ -15,5 +15,5 @@ crypto_js_version=4.1.1
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.25.6 version=0.25.6-trying
android_code_version=296 android_code_version=296

View File

@@ -1,6 +1,6 @@
[versions] [versions]
kt = "2.1.20" kt = "2.1.21"
kt-serialization = "1.8.1" kt-serialization = "1.8.1"
kt-coroutines = "1.10.2" kt-coroutines = "1.10.2"
@@ -8,7 +8,7 @@ kotlinx-browser = "0.3"
kslog = "1.4.1" kslog = "1.4.1"
jb-compose = "1.7.3" jb-compose = "1.8.0"
jb-exposed = "0.61.0" jb-exposed = "0.61.0"
jb-dokka = "2.0.0" jb-dokka = "2.0.0"
@@ -17,20 +17,20 @@ sqlite = "3.49.1.0"
korlibs = "5.4.0" korlibs = "5.4.0"
uuid = "0.8.4" uuid = "0.8.4"
ktor = "3.1.2" ktor = "3.1.3"
gh-release = "2.5.2" gh-release = "2.5.2"
koin = "4.0.4" koin = "4.0.4"
okio = "3.10.2" okio = "3.11.0"
ksp = "2.1.20-1.0.31" ksp = "2.1.20-1.0.31"
kotlin-poet = "1.18.1" kotlin-poet = "1.18.1"
versions = "0.51.0" versions = "0.51.0"
android-gradle = "8.7.+" android-gradle = "8.9.+"
dexcount = "4.0.0" dexcount = "4.0.0"
android-coreKtx = "1.16.0" android-coreKtx = "1.16.0"

View File

@@ -76,7 +76,7 @@ publishing {
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) { if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
maven { maven {
name = "sonatype" name = "sonatype"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/") url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
credentials { credentials {
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER') username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')

View File

@@ -83,7 +83,7 @@ publishing {
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) { if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
maven { maven {
name = "sonatype" name = "sonatype"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/") url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
credentials { credentials {
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER') username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')