We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38683f commit 220678fCopy full SHA for 220678f
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";
+val libraryVersion = "4.2.9-SNAPSHOT";
44
45
tasks.register<Jar>("sourceJar") {
46
archiveClassifier.set("sources")
0 commit comments