Skip to content

Commit

Permalink
v2.0.3 Stop publishing the android debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ellsworthrw committed Feb 19, 2025
1 parent 12d641d commit 0a3649f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ KmLogging.setLoggers(PlatformLogger(FixedLogLevel(BuildConfig.DEBUG)))

| KmLogging version | Kotlin version |
|-------------------|----------------|
| 2.0.2 | 2.0.21 |
| 2.0.3 | 2.0.21 |
| 1.5.0 | 1.9.24 |
| 1.4.2 | 1.8.22 |
| 1.3.0 | 1.8.10 |
Expand Down
6 changes: 3 additions & 3 deletions logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.kotlinMultiplatform)
alias(libs.plugins.androidLibrary)
id("org.jetbrains.dokka")
id("com.vanniktech.maven.publish") version "0.28.0"
id("com.vanniktech.maven.publish") version "0.29.0"
}

kotlin {
Expand All @@ -16,7 +16,7 @@ kotlin {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
}
publishLibraryVariants("release", "debug")
publishLibraryVariants("release")
}
listOf(
iosX64(),
Expand Down Expand Up @@ -101,7 +101,7 @@ tasks {
}

extra["artifactId"] = "logging"
extra["artifactVersion"] = "2.0.2"
extra["artifactVersion"] = "2.0.3"
extra["libraryName"] = "KmLogging: Kotlin Multiplatform Logging"
extra["libraryDescription"] = "KmLogging is a high performance, extensible and easy to use logging library for Kotlin Multiplatform development"
extra["gitUrl"] = "https://github.com/DiamondEdge1/KmLogging"
Expand Down

0 comments on commit 0a3649f

Please sign in to comment.