Release Boxcars v1.4.0 for Android

This commit is contained in:
Trevor Slocum 2024-09-05 23:35:00 -07:00
parent 9ec53e9ebb
commit 9270036463

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.3.9" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.4.0" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 103090
versionName "1.3.9"
versionCode 104000
versionName "1.4.0"
}
buildTypes {