Release Boxcars v1.3.4 for Android

This commit is contained in:
Trevor Slocum 2024-04-22 19:50:44 -07:00
parent ed32bc8ff4
commit 7f8e822b96

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.3.3" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.3.4" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 103030
versionName "1.3.3"
versionCode 103040
versionName "1.3.4"
}
buildTypes {