Skip to content

Commit 96125c4

Browse files
committed
-Nexus Publish Bump
1 parent ff42942 commit 96125c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

alert-kmp/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
55
plugins {
66
alias(libs.plugins.kotlinMultiplatform)
77
alias(libs.plugins.androidLibrary)
8-
id("com.vanniktech.maven.publish") version "0.29.0"
8+
id("com.vanniktech.maven.publish") version "0.30.0"
99
}
1010

1111
kotlin {
@@ -75,7 +75,7 @@ mavenPublishing {
7575
coordinates(
7676
groupId = "io.github.khubaibkhan4",
7777
artifactId = "alert-kmp",
78-
version = "1.0.6"
78+
version = "1.0.7"
7979
)
8080

8181
// Configure POM metadata for the published artifact

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.0.2"
33
core = "1.15.0"
44
kotlin = "2.0.20"
5-
nexus-publish = "2.0.0-rc-1"
5+
nexus-publish = "2.0.0"
66
android-minSdk = "24"
77
android-compileSdk = "33"
88
startupRuntime = "1.2.0"

0 commit comments

Comments
 (0)