Release Boxcars v1.1.3 for Android

This commit is contained in:
Trevor Slocum 2023-11-17 13:01:36 -08:00
parent 370480f029
commit 0bad381a48

View file

@ -3,7 +3,7 @@ plugins {
}
project.ext {
boxcarsVersion = "v1.1.2" // https://code.rocket9labs.com/tslocum/boxcars/tags
boxcarsVersion = "v1.1.3" // https://code.rocket9labs.com/tslocum/boxcars/tags
}
android {
@ -17,8 +17,8 @@ android {
applicationId "com.rocket9labs.boxcars"
minSdkVersion 21
targetSdkVersion 34
versionCode 101020
versionName "1.1.2"
versionCode 101030
versionName "1.1.3"
}
buildTypes {