Skip to content

Commit

Permalink
[android] Release 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Oct 1, 2024
1 parent 7994973 commit 230d2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spine-android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId = "com.esotericsoftware.spine"
minSdk = 24
minSdk = 23
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down
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 @@ -9,7 +9,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 23

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
}

val libraryVersion = "4.2.7-SNAPSHOT";
val libraryVersion = "4.2.7";

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

0 comments on commit 230d2a5

Please sign in to comment.