Release Boxcars v1.1.5 for Android

This commit is contained in:
Trevor Slocum 2023-11-27 21:47:58 -08:00
parent f688ae702d
commit f855593d0c

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.1.4" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.1.5" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 101040
versionName "1.1.4"
versionCode 101050
versionName "1.1.5"
}
buildTypes {