[android] Release 4.2.3

This commit is contained in:
Mario Zechner 2024-07-25 18:56:53 +02:00
parent 903db42094
commit d8231d1656

View File

@ -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")