Skip to content

Commit

Permalink
[android] Add GH action to publish snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 25, 2024
1 parent e2a82b4 commit be746e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-android/spine-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
}

val libraryVersion = "4.2.3" // Update this as needed
val libraryVersion = "4.2.3-SNAPSHOT" // Update this as needed

tasks.register<Jar>("sourceJar") {
archiveClassifier.set("sources")
Expand Down

0 comments on commit be746e6

Please sign in to comment.