Release Boxcars v1.2.8 for Android

This commit is contained in:
Trevor Slocum 2024-01-29 10:57:09 -08:00
parent 4eea632c5f
commit 4066fc87d9

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.2.7" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.2.8" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 102070
versionName "1.2.7"
versionCode 102080
versionName "1.2.8"
}
buildTypes {