Skip to content

Commit

Permalink
[Android][Swift] Bump mobile-sdk-rs to 0.4.1 on Cocoapods and comment…
Browse files Browse the repository at this point in the history
… debug command (#64)
  • Loading branch information
Juliano1612 authored Dec 13, 2024
1 parent 60269fa commit c373a66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MobileSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ publishing {
mavenLocal()
}
publications {
create<MavenPublication>("debug") {
groupId = "com.spruceid.mobile.sdk"
artifactId = "mobilesdk"
version = System.getenv("VERSION")

afterEvaluate { from(components["release"]) }
}
// This command must be commented on when releasing a new version.
// create<MavenPublication>("debug") {
// groupId = "com.spruceid.mobile.sdk"
// artifactId = "mobilesdk"
// version = System.getenv("VERSION")
// afterEvaluate { from(components["release"]) }
//}

// Creates a Maven publication called "release".
create<MavenPublication>("release") {
Expand Down

0 comments on commit c373a66

Please sign in to comment.