mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[android] 4.2.4 release
This commit is contained in:
parent
34c9eebfd8
commit
3f833ff68e
@ -33,14 +33,14 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.androidx.appcompat)
|
implementation(libs.androidx.appcompat)
|
||||||
api("com.badlogicgames.gdx:gdx:1.12.2-SNAPSHOT")
|
api("com.badlogicgames.gdx:gdx:1.12.2-SNAPSHOT")
|
||||||
api("com.esotericsoftware.spine:spine-libgdx:4.2.5")
|
api("com.esotericsoftware.spine:spine-libgdx:4.2.6")
|
||||||
|
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
androidTestImplementation(libs.androidx.junit)
|
androidTestImplementation(libs.androidx.junit)
|
||||||
androidTestImplementation(libs.androidx.espresso.core)
|
androidTestImplementation(libs.androidx.espresso.core)
|
||||||
}
|
}
|
||||||
|
|
||||||
val libraryVersion = "4.2.4-SNAPSHOT"
|
val libraryVersion = "4.2.4"
|
||||||
|
|
||||||
tasks.register<Jar>("sourceJar") {
|
tasks.register<Jar>("sourceJar") {
|
||||||
archiveClassifier.set("sources")
|
archiveClassifier.set("sources")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user