Release Boxcars v1.2.4 for Android

This commit is contained in:
Trevor Slocum 2024-01-11 19:33:24 -08:00
parent 4ff22b950c
commit 279b9a5275

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.2.3" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.2.4" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 102030
versionName "1.2.3"
versionCode 102040
versionName "1.2.4"
}
buildTypes {