Skip to content

Commit

Permalink
[android] Release 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 25, 2024
1 parent 903db42 commit d8231d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spine-android/spine-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ android {
dependencies {
implementation(libs.androidx.appcompat)
api("com.badlogicgames.gdx:gdx:1.12.2-SNAPSHOT")
api("com.esotericsoftware.spine:spine-libgdx:4.2.0")
api("com.esotericsoftware.spine:spine-libgdx:4.2.5")

testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
}

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

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

0 comments on commit d8231d1

Please sign in to comment.