We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41532fe commit f38683fCopy full SHA for f38683f
spine-android/spine-android/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
androidTestImplementation(libs.androidx.espresso.core)
41
}
42
43
-val libraryVersion = "4.2.8-SNAPSHOT";
+val libraryVersion = "4.2.8";
44
45
tasks.register<Jar>("sourceJar") {
46
archiveClassifier.set("sources")
0 commit comments